The database studio now supports altering existing tables. Right-click a table to rename columns, change types, add or remove columns, and update foreign keys. A SQL preview shows the ALTER TABLE statements before execution.
New features
- Alter table support in the database studio
- Rename columns with automatic foreign key reference updates
- Add, remove, and modify columns with type changes
- SQL preview of ALTER TABLE statements before execution
- Warning for databases without transactional DDL support