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 |
|
|
|||||
| 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 |