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
|
@ -3,11 +3,11 @@
|
|||
# Table name: user_roles
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# user_id :bigint(8) not null
|
||||
# role :enum not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# granter_id :integer not null
|
||||
# granter_id :bigint(8) not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue