commercial unit area and overhead stuff

This commit is contained in:
2022-01-06 23:16:34 +01:00
parent cb632e9e8e
commit 0e4fd12238
10 changed files with 138 additions and 41 deletions

View File

@ -79,7 +79,8 @@
"name": "commercial_premise",
"columns": [
{ "name": "description", "sqltype": "varchar(128)", "selector": 1 },
{ "name": "premise", "sqltype": "integer", "foreignkey": true, "selector": 0 }
{ "name": "premise", "sqltype": "integer", "foreignkey": true, "selector": 0 },
{ "name": "area", "sqltype": "numeric(10,2)", "notnull": false }
],
"tableConstraints": [
"unique(description, premise)"