sqldb/test_table.json

17 lines
449 B
JSON
Raw Normal View History

2021-07-30 15:52:01 +02:00
{
"name":"test",
"columns":
{
"id":"integer",
2021-10-30 22:21:54 +02:00
"name":"varchar(255)|comment",
2021-07-30 15:52:01 +02:00
"description":"varchar(1000)",
"startdate":"timestamp",
"enddate":"timestamp",
2021-10-30 22:21:54 +02:00
"latitude":"float|map",
"longitude":"float|map",
2021-07-30 15:52:01 +02:00
"intvalue":"integer",
"floatvalue":"float",
"price":"float",
2021-07-30 15:52:01 +02:00
"testtype_id":"integer"
}
}