import
This commit is contained in:
17
testtype_table.json
Normal file
17
testtype_table.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name":"testtype",
|
||||
"columns":[
|
||||
{
|
||||
"name":"id",
|
||||
"type":"integer"
|
||||
},
|
||||
{
|
||||
"name":"name",
|
||||
"type":"varchar(255)"
|
||||
},
|
||||
{
|
||||
"name":"detail",
|
||||
"type":"varchar(255)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user