18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"name":"test",
|
|
"columns":
|
|
{
|
|
"id":"integer",
|
|
"name":"varchar(255)|comment",
|
|
"description":"varchar(1000)",
|
|
"startdate":"date",
|
|
"endtime":"timestamp",
|
|
"latitude":"float|map",
|
|
"longitude":"float|map",
|
|
"intvalue":"integer",
|
|
"floatvalue":"float",
|
|
"price":"float",
|
|
"testtype_id":"integer",
|
|
"boolvalue":"boolean"
|
|
}
|
|
} |