Replies: 1 comment 1 reply
-
Hello,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody.
I have this project which uses a SQL Server database and should use a schema other than dbo.
I've successfully created the migrations and have setted up the tableName in config/database.ts to
[app].[adonis_schema]
, pointing to the correct schema but, when tried to run the migrations, I'm getting an error due to the constraint name in fieldmigration_time
(the constraint name is using the tableName as is -[app].[adonis_schema_migration_time_default]
- causing the error because of the.
(separator between the schema and table name).Tried and can't found a way to go around this. If anyone could help, will be deeply appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions