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
test_table.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name":"test",
"columns":
{
"id":"integer",
"name":"varchar(255)",
"description":"varchar(1000)",
"startdate":"timestamp",
"enddate":"timestamp",
"latitude":"float",
"longitude":"float",
"intvalue":"integer",
"floatvalue":"float",
"price":"money",
"testtype_id":"integer"
}
}