Update annotations to correctly show bigint types
This commit is contained in:
parent
ea68ac865b
commit
4377e2bd55
36 changed files with 83 additions and 83 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# Table name: gpx_file_tags
|
||||
#
|
||||
# gpx_id :integer default(0), not null
|
||||
# gpx_id :bigint(8) default(0), not null
|
||||
# tag :string not null
|
||||
# id :integer not null, primary key
|
||||
# id :bigint(8) not null, primary key
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue