-
I would like to improve my fellow devs experience by giving them a warning if their database is outdated. Quite often it happens that you pull in the latest branch from source control and forget to re…
-
# Note: This issue only occurs for Voyager's tables.
# Versions
### Laravel version
9.39.0
### PHP version
8.1.7
### Voyager version
1.6
### Database
MYSQL 8.0
# Descript…
-
Ideas/implementation details and discussion thread.
I would like to create something similar to that shown in this video starting from 4:30 : https://msdn.microsoft.com/en-us/data/jj193542
For those…
-
To further develop the Submission Portal as a key NMDC product to lower barriers to metadata
submission, we will contribute enhancements to the core open source DataHarmonizer application by
adding su…
-
Hello,
I just try to install a new pixelfed today but failed when I run `php artisan migrate --force`
Database version
```
root@pixelfed ~ # mysql --version
mysql Ver 15.1 Distrib 10.6.11-…
-
### Feature scope
CLI (options, error messages, logging, etc.)
### Description
I'd like to see Snowflake be an option for a database backend.
-
# Bug Report
## Stuck in infinite loop while running migrations command
I'm trying to use MySQL over AWS RDS. So I removed the DATABASE_URL and added the NAME, HOST, USERNAME, PASSWORD and PORT …
-
**Describe the bug**
When I click on "Create a Typebot" on the main page, an error occurs, as shown in the attached screenshots. This prevents the creation of a new Typebot and disrupts the workflow.…
-
### Bug Description
Using a subquery with `COUNT`, the result is always be a numerical value, if there are no rows it is zero. SQLx however infers the result is `Option`, and when forcing with `` as …
-
This would be a good last minute add before 1.0. It'd be helpful to have a simple, database-backed migration system that you can write up/down functions with. For example:
```
migrations.define({
…