-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
nice work. I would like to suggest some changes:
- instead of keyword ref|Ref I would use ref:|Ref: (This needs some rework probably. table columns starting with ref give an error now)
- Also use lowercase for tables, projects, etc.
- 'T_TABLE_SETTING_PK should be primary\skey|pk| (the y is missing)
- null is not accepted. not null is. The default in ColumnNode is false. This should be true as default when null is not accepted. (See below)
Syntax error, unexpected "null" (T_NULL)
43. | identificatieString varchar [unique, null]
| ^^^^
Maybe I will find more, I will be testing with some dbml's
Good work!
Jurjen Roels
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request