Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Information about updates, news, Code Library
admin
Site Admin
Posts: 2824 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times
Unread post
by admin » 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!
alter_db_column.png
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!
You do not have the required permissions to view the files attached to this post.