Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments |
|---|---|---|---|---|---|---|
| channel_id | bigserial | 19 |
|
nextval('chado.channel_channel_id_seq'::regclass) | ||
| name | text | 2147483647 |
|
null | ||
| definition | text | 2147483647 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| channel_pkey | Primary key | Asc | channel_id |
| channel_c1 | Must be unique | Asc | name |

