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,9 +2,9 @@
|
|||
#
|
||||
# Table name: oauth_applications
|
||||
#
|
||||
# id :bigint(8) not null, primary key
|
||||
# id :bigint not null, primary key
|
||||
# owner_type :string not null
|
||||
# owner_id :bigint(8) not null
|
||||
# owner_id :bigint not null
|
||||
# name :string not null
|
||||
# uid :string not null
|
||||
# secret :string not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue