feat: switch from 31 to 63 character to stop_dhic column

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