| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
pgschema Plan OutputClick to expand plan detailsPlan: 0 to add, 1 to modify, 0 to drop.
Summary by type:
tables: 0 to add, 1 to modify, 0 to drop
Tables:
~ users
+ city (column)
Transaction: true
DDL to be executed:
--------------------------------------------------
ALTER TABLE users ADD COLUMN city text NOT NULL;
This comment was automatically generated by the pgschema Single File Plan workflow. |
Sorry, something went wrong.
✅ Schema Changes Applied Successfully!📋 Applied ChangesPlan: 0 to add, 1 to modify, 0 to drop.
Summary by type:
tables: 0 to add, 1 to modify, 0 to drop
Tables:
~ users
+ city (column)
Transaction: true
DDL to be executed:
--------------------------------------------------
ALTER TABLE users ADD COLUMN city text NOT NULL;
Applying changes...
Changes applied successfully!
Database: testdb This comment was automatically generated by the pgschema Single File Apply workflow. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.