moped_user_followed_projects

3 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('moped_user_followed_projects_id_seq'::regclass)
project_id int4 10 null
moped_project.project_id moped_user_followed_projects_project_id_fkeyC
user_id int4 10 null
created_at timestamp 29,6 now()

Indexes

Constraint Name Type Sort Column(s)
moped_user_followed_projects_pkey Primary key Asc id

Relationships