You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when i run following command:
db-to-sqlite "postgresql://username:password@localhost/databaseName" databaseName.db \
--all
It dump my database with all table but it does not copy all constraints. How can i copy all my constraints like unique, check, foreign key and all others?
I am running it on ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Hello,
when i run following command:
db-to-sqlite "postgresql://username:password@localhost/databaseName" databaseName.db \
--all
It dump my database with all table but it does not copy all constraints. How can i copy all my constraints like unique, check, foreign key and all others?
I am running it on ubuntu 20.04
The text was updated successfully, but these errors were encountered: