Dear Team,
I’d like to request an enhancement in the Database Table Creation UI. Currently, when defining columns, there is no direct way to set MySQL column attributes. It would be very useful to have a dropdown or option set for column attributes such as:
-
UNSIGNED -
UNSIGNED ZEROFILL -
BINARY -
AUTO_INCREMENT -
ON UPDATE CURRENT_TIMESTAMP -
CHARACTER SET -
COLLATE -
STORAGE(e.g.,STORAGE DISK,STORAGE MEMORY) -
VIRTUAL/STORED(for generated columns)
This feature would make schema design more complete within Wappler, avoiding the need to manually adjust attributes later via SQL.
Thank you for considering this improvement.

