This commit is contained in:
ycc
2021-07-30 15:52:01 +02:00
parent eae0a37f50
commit 6f1cb9a2d0
8 changed files with 476 additions and 1 deletions

17
testtype_table.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name":"testtype",
"columns":[
{
"name":"id",
"type":"integer"
},
{
"name":"name",
"type":"varchar(255)"
},
{
"name":"detail",
"type":"varchar(255)"
}
]
}