0
Denegado
Column Defaults
Have configuration options to set default values for new columns.
- Default data type and length
- Not Null/Nullable
- Default column name pattern
ie with table name users:
This only applies to new columns created with the add column button and not foreign key columns.
- Default data type and length
- Not Null/Nullable
- Default column name pattern
ie with table name users:
%TABLE_NAME%_id - users_id
%SINGULAR_TABLE_NAME%_id - user_id
This only applies to new columns created with the add column button and not foreign key columns.
Servicio de atención al cliente por UserEcho
Regarding column name patter it duplicates the following issue:
http://support.vertabelo.com/topic/565476-pattern-for-naming-objects/
You can vote up.
Would it be possible to only make the following fields NOT NULL
- foreign keys created by the tool
- primary key fields