Reannotated
This commit is contained in:
parent
283bf80676
commit
6abc649590
26 changed files with 190 additions and 142 deletions
|
@ -53,13 +53,13 @@ end
|
|||
#
|
||||
# Table name: keys
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# id :integer(4) not null, primary key
|
||||
# user_id :integer(4)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# key :text
|
||||
# title :string(255)
|
||||
# identifier :string(255)
|
||||
# project_id :integer
|
||||
# project_id :integer(4)
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue