Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('moped_note_types_id_seq'::regclass) |
|
|
||||
| name | text | 2147483647 | null |
|
|
|||||
| slug | text | 2147483647 | null |
|
|
|||||
| source | text | 2147483647 | 'moped'::text |
|
|
Source of the note type, e.g., Moped or eCapris applications |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_note_types_pkey | Primary key | Asc | id |
| moped_note_types_name_key | Must be unique | Asc | name |
| moped_note_types_slug_key | Must be unique | Asc | slug |