[Added] Objects: Alter Database Column (nuBuilder 4.7.x)
Posted: Wed Jun 04, 2025 9:18 am
You can now alter a database column directly from the Objects Form — no need to open external tools like phpMyAdmin or Adminer anymore!
What you can do:
How to use it:
This makes updating your table structure easier and faster — all within nuBuilder itself!
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!