minus_area in premise, calculation of areas and factors
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
{ "name": "street", "sqltype": "varchar(128)", "notnull": true },
|
||||
{ "name": "zip", "sqltype": "varchar(10)", "notnull": true },
|
||||
{ "name": "city", "sqltype": "varchar(128)", "notnull": true },
|
||||
{ "name": "minus_area", "sqltype": "numeric(10,2)", "notnull": true, "default": 0},
|
||||
{ "name": "account", "sqltype": "integer", "notnull": true, "foreignkey": true, "immutable": true, "unique": true }
|
||||
]
|
||||
},
|
||||
@ -128,7 +129,8 @@
|
||||
"immutable": true,
|
||||
"columns": [
|
||||
{ "name": "description", "sqltype": "varchar(128)", "notnull": true, "selector": 0, "unique": true },
|
||||
{ "name": "overhead_relevant", "sqltype": "boolean", "notnull": true, "default": "true" }
|
||||
{ "name": "considerMinusArea", "sqltype": "boolean", "notnull": true, "default": true },
|
||||
{ "name": "overhead_relevant", "sqltype": "boolean", "notnull": true, "default": true }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user