Reannotated
This commit is contained in:
parent
283bf80676
commit
6abc649590
26 changed files with 190 additions and 142 deletions
|
@ -75,11 +75,11 @@ end
|
|||
#
|
||||
# Table name: users_projects
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# project_id :integer not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# project_access :integer default(0), not null
|
||||
# id :integer(4) not null, primary key
|
||||
# user_id :integer(4) not null
|
||||
# project_id :integer(4) not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# project_access :integer(4) default(0), not null
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue