feat: switch from 63 to 127 character for stop_dhid column

This commit is contained in:
dancingCycle 2023-05-12 11:12:30 +02:00
parent 7cb3c4399f
commit 15d33fc5be
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(63),
stop_dhid VARCHAR(127),
stop_parent VARCHAR(31),
stop_name TEXT,
stop_lat VARCHAR(31),