Drop explicit lengths from bigint columns
This commit is contained in:
parent
1213e7009a
commit
ab4f96261f
39 changed files with 91 additions and 91 deletions
|
@ -3,8 +3,8 @@
|
|||
# Table name: changeset_comments
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# changeset_id :bigint(8) not null
|
||||
# author_id :bigint(8) not null
|
||||
# changeset_id :bigint not null
|
||||
# author_id :bigint not null
|
||||
# body :text not null
|
||||
# created_at :datetime not null
|
||||
# visible :boolean not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue