Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
ceramics_lookup_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
method_id | int4 | 10 |
|
|
Specifies the method used to classify the ceramic type. |
|||||
description | text | 2147483647 | √ |
|
|
Detailed description of the ceramic type. |
||||
name | varchar | 2147483647 |
|
|
Name of the ceramic type. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_ceramics_lookup_pkey | Primary key | Asc | ceramics_lookup_id |