Drop explicit lengths from bigint columns

This commit is contained in:
Tom Hughes 2025-02-22 11:09:27 +00:00
parent 1213e7009a
commit ab4f96261f
39 changed files with 91 additions and 91 deletions

View file

@ -2,9 +2,9 @@
#
# Table name: current_way_nodes
#
# way_id :bigint(8) not null, primary key
# node_id :bigint(8) not null
# sequence_id :bigint(8) not null, primary key
# way_id :bigint not null, primary key
# node_id :bigint not null
# sequence_id :bigint not null, primary key
#
# Indexes
#