Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('config.index_normalizer_id_seq'::regclass) |
|
|
|||||||||||
name | text | 2147483647 | null |
|
|
||||||||||||
description | text | 2147483647 | √ | null |
|
|
|||||||||||
func | text | 2147483647 | null |
|
|
||||||||||||
param_count | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
index_normalizer_pkey | Primary key | Asc | id |
index_normalizer_name_key | Must be unique | Asc | name |