oskar-anderson / HedgehogDBD

ERD modeling tool for visualizing database diagrams
https://hedgehog-dbd.vercel.app/
MIT License
11 stars 1 forks source link

[feature request] Add table creation first row configuration to settings page #26

Open oskar-anderson opened 11 months ago

oskar-anderson commented 11 months ago

It should be possible to customize the default first row generated when a new table is generated.

Name - have a customizable name field toggle for "id" or "{tableName}_id". This is just a disabled placeholder until the options for table to be created using a name is supported. Type - have possibility to define the type of the first row. Attributes - have the option to define the attributes the new table default first row uses. Add support for AI (auto increament) attribute.