Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
OpenBuildingMap
database-obmbuildings
Commits
be6f3291
Commit
be6f3291
authored
Jun 01, 2021
by
Felix Delattre
Browse files
Added floorspace column
parent
0740e3db
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
be6f3291
...
...
@@ -18,10 +18,11 @@ Please add a small reasoning around the following points for each proposed merge
#### `obm_buildings` - Main OBM Tiles information
| column_name | data_type |
|-------------|--------------------------|
| osm_id | integer (primary key) |
| column_name | data_type
|
|-------------|--------------------------
-
|
| osm_id | integer (primary key)
|
| geometry | geometry (Geometry, 4326) |
| floorspace | float |
#### `migrations` - Information about database migrations
...
...
migrations/00005_add_column_floorspace.sql
0 → 100644
View file @
be6f3291
ALTER
TABLE
public
.
obm_buildings
ADD
COLUMN
IF
NOT
EXISTS
floorspace
FLOAT
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment