-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
SQLInvolves knowledge of Postgres/SQLInvolves knowledge of Postgres/SQLenhancementNew feature or requestNew feature or request
Description
User story
As a DBA I want to be aware of table columns in the table and manage them via pgmob so that my productivity improves!
Acceptance Criteria
- Tables should have a Columns attribute that contains a Collection of columns
- Each column should have all the attributes necessary to provide enough information for a table.script() operation. This should include
- data type
- defaults
- nullability
- order
- generated clause
- including sequence options
- statistics
- collation
- Adding/dropping columns should be possible similar to how other collections behave
Metadata
Metadata
Assignees
Labels
SQLInvolves knowledge of Postgres/SQLInvolves knowledge of Postgres/SQLenhancementNew feature or requestNew feature or request