Schema Information

Table name: users_projects

id             :integer          not null, primary key
user_id        :integer          not null
project_id     :integer          not null
created_at     :datetime         not null
updated_at     :datetime         not null
project_access :integer          default(0), not null
Namespace