Compare tables #70
eelke
commented 2021-07-03 10:43:03 +00:00
(Migrated from gitlab.com)
- Check if all tables are present on each side (option see schema as attribute and detect if it is present in another schema on the otherside, or strict table in different schema is treates as different table)
- Check the columns (choice to go purely by name or require strict ordering)
- Column types
- Column not null
- Column defaults
- Constraints
- pkey
- fkey
- ukey
- check
- Check if all tables are present on each side (option see schema as attribute and detect if it is present in another schema on the otherside, or strict table in different schema is treates as different table)
- Check the columns (choice to go purely by name or require strict ordering)
- Column types
- Column not null
- Column defaults
- Constraints
- pkey
- fkey
- ukey
- check
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?