Closed Boy132 closed 3 months ago
So should we use a schema for sqlite aswell then ?
So should we use a schema for sqlite aswell then ?
This would require the end user to install the sqlite client packages, somthing were trying to avoid. But might not be an option.
So should we use a schema for sqlite aswell then ?
This would require the end user to install the sqlite client packages, somthing were trying to avoid. But might not be an option.
You did it anyway for mysql/mariadb why bother with sqlite3 ? If i want to use either of them i must install the client even if the instance is on an other machine.
The following foreign keys are missing when using SQLite:
This is because you can only alter foreign keys when a table is created. The above foreign keys are created in migrations after the table is created thus they are missing.