| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | rounding_method_code | character varying | 4 | The primary key of this table. | |
| 2 | rounding_method_name | character varying | 50 | The column that describes this table. |
| # | Column Name | Key Name | References |
|---|
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| rounding_methods_pkey | postgres | btree | rounding_method_code | |
| rounding_methods_rounding_method_name_uix | postgres | btree | upper(rounding_method_name::text) |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|