What you can do:
- Change a column name (aka Object ID)
- Modify the data type or size (e.g. change varchar(80) to varchar(120))
- Make a column nullable or not etc.
How to use it:
- Go to the Object Form to view an Object.
- Click the Alter database column icon (the gear with a pencil).
- A form with an editor will open with an ALTER TABLE statement.
- Edit the SQL as needed (e.g. rename a column, change datatype).
- Click Run to apply the change directly to the database.
This makes updating your table structure easier and faster — all within nuBuilder itself!