Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('decimal_precision_id_seq'::regclass) |
|
|
|||||
| digits | int4 | 10 | null |
|
|
Digits |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| name | varchar | 2147483647 | null |
|
|
Usage |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| decimal_precision_pkey | Primary key | Asc | id |
| decimal_precision_name_uniq | Must be unique | Asc | name |

