adding mysql support, table creation tested, TODO schema

This commit is contained in:
ycc
2023-06-27 23:19:50 +02:00
parent cf652439b4
commit 974fab1d64
8 changed files with 368 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
"longitude":"float|map",
"intvalue":"integer",
"floatvalue":"float",
"price":"money",
"price":"float",
"testtype_id":"integer"
}
}