Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"QuizDriveConfig_id_seq"'::regclass) |
|
|
|||||
| driveFolderId | varchar | 2147483647 | null |
|
|
||||||
| configuredAt | timestamp | 29,6 | now() |
|
|
||||||
| configuredBy | int4 | 10 | √ | null |
|
|
|||||
| subjectId | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_QuizDriveConfig | Primary key | Asc | id |
| UQ_QuizDriveConfig_subjectId | Must be unique | Asc | subjectId |