add restrictions on default, autoincrement, length

This commit is contained in:
1ilit
2023-09-19 15:50:42 +03:00
parent 348363acbb
commit fc287d12f0
5 changed files with 115 additions and 14 deletions

View File

@@ -87,6 +87,7 @@ export default function Editor(props) {
unique: true,
notNull: true,
increment: true,
length: "n/a",
comment: "",
id: 0,
},