app_workspace

0 rows


Description

Table to store the owner’s information of the workspace

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_workspace_id_seq'::regclass)
course_id int8 19 null
app_course.id Defined in XMLR
user_id int8 19 null
app_user.id Defined in XMLR
private int2 5 null
timestamp int8 19 null
to_be_deleted int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_work_id2_pk Primary key Asc id
app_work_cou2_ix Performance Asc course_id
app_work_use_ix Performance Asc user_id

Relationships