Skip to content
Snippets Groups Projects
Commit 1833c708 authored by eileen's avatar eileen :8ball:
Browse files

add sql_type options

parent 239b895c
Branches master
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ The entityType definition array can contain the following keys:
* `title` (`ts(string)`)
* `description` (`ts(string)`)
* `sql_type` (`string`)
e.g 'int', 'int(10) unsigned', 'bigint', 'tinyint', 'varchar(30)', 'datetime', 'decimal'
* `input_type` (`string`)
* `data_type` (`string`)
* `required` (`boolean`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment