sqldb/testtype_table.json

10 lines
165 B
JSON

{
"name":"testtype",
"columns":
{
"id":"integer",
"name":"varchar(255)",
"detail":"varchar(255)"
}
}