Drop explicit lengths from bigint columns
This commit is contained in:
parent
1213e7009a
commit
ab4f96261f
39 changed files with 91 additions and 91 deletions
|
@ -2,10 +2,10 @@
|
|||
#
|
||||
# Table name: ways
|
||||
#
|
||||
# way_id :bigint(8) not null, primary key
|
||||
# changeset_id :bigint(8) not null
|
||||
# way_id :bigint not null, primary key
|
||||
# changeset_id :bigint not null
|
||||
# timestamp :datetime not null
|
||||
# version :bigint(8) not null, primary key
|
||||
# version :bigint not null, primary key
|
||||
# visible :boolean default(TRUE), not null
|
||||
# redaction_id :integer
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue