Compare tables #70

Open
opened 2021-07-03 10:43:03 +00:00 by eelke · 0 comments
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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eelke/pgLab#70
No description provided.