parse tables

This commit is contained in:
1ilit
2023-09-19 15:50:39 +03:00
parent 38da28ac99
commit 348363acbb
4 changed files with 87 additions and 13 deletions

View File

@@ -80,7 +80,7 @@ export default function Editor(props) {
fields: [
{
name: "id",
type: "UUID",
type: "INT",
default: "",
check: "",
primary: true,