more data types in table editor #285

This commit is contained in:
Jan Prochazka
2022-05-22 12:04:59 +02:00
parent 6a35107c5f
commit 09e3be9ec3
7 changed files with 115 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
>
<FormTextField name="columnName" label="Column name" focused />
<DataTypeEditor />
<DataTypeEditor dialect={driver?.dialect} />
<FormCheckboxField name="notNull" label="NOT NULL" />
<FormCheckboxField name="isPrimaryKey" label="Is Primary Key" />