aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-03-07 15:27:51 +0100
committerGuilhem Moulin <guilhem@fripost.org>2026-03-07 15:27:51 +0100
commitbaa8667a38a5cc79571da15844d525c665234edc (patch)
tree2beef76bd2aaa347a03498453e030ded71eb7672 /config.yml
parent8eeb7370ad1828a17f7893601af3381a6ca72ed1 (diff)
schema: Add NOT NULL constraints on some of Lantmäteriet's columns.HEADmaster
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 058fde1..4271b41 100644
--- a/config.yml
+++ b/config.yml
@@ -769,10 +769,12 @@ layers:
subtype: UUID
unique: true
#width: 36
+ nullable: false
comment: Globalt unik identitet för generaliserat objekt
- name: skapad
type: DateTime
tz: local
+ nullable: false
comment: Tidpunkt när objektet ändrades
- name: lanskod
type: Integer
@@ -807,10 +809,12 @@ layers:
subtype: UUID
unique: true
#width: 36
+ nullable: false
comment: Globalt unik identitet för generaliserat objekt
- name: skapad
type: DateTime
tz: local
+ nullable: false
comment: Tidpunkt när objektet ändrades
- name: kommunkod
type: Integer