feat: switch from 127 to 63 character for stop_dhid column

This commit is contained in:
dancingCycle 2023-05-12 11:13:25 +02:00
parent 15d33fc5be
commit 0d1dddb605
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SET search_path to :schema, public;
CREATE TABLE stops(
stop_seq_no BIGSERIAL NOT NULL,
stop_type VARCHAR(7),
stop_dhid VARCHAR(127),
stop_dhid VARCHAR(63),
stop_parent VARCHAR(31),
stop_name TEXT,
stop_lat VARCHAR(31),