mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 14:34:55 +00:00
add restrictions on default, autoincrement, length
This commit is contained in:
@@ -87,6 +87,7 @@ export default function Editor(props) {
|
||||
unique: true,
|
||||
notNull: true,
|
||||
increment: true,
|
||||
length: "n/a",
|
||||
comment: "",
|
||||
id: 0,
|
||||
},
|
||||
|
Reference in New Issue
Block a user