Update annotations to correctly show bigint types

This commit is contained in:
Andy Allan 2019-05-29 11:52:20 +02:00
parent ea68ac865b
commit 4377e2bd55
36 changed files with 83 additions and 83 deletions

View file

@ -2,11 +2,11 @@
#
# Table name: current_relations
#
# id :integer not null, primary key
# changeset_id :integer not null
# id :bigint(8) not null, primary key
# changeset_id :bigint(8) not null
# timestamp :datetime not null
# visible :boolean not null
# version :integer not null
# version :bigint(8) not null
#
# Indexes
#