| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | user_id | integer | 0 | The primary key of this table, which is also a serial field. | |
| 2 | verify_sales_transactions | boolean | 0 | ||
| 3 | sales_verification_limit | money_strict2 | 0 | ||
| 4 | verify_purchase_transactions | boolean | 0 | ||
| 5 | purchase_verification_limit | money_strict2 | 0 | ||
| 6 | verify_gl_transactions | boolean | 0 | ||
| 7 | gl_verification_limit | money_strict2 | 0 | ||
| 8 | effective_from | date | 0 | ||
| 9 | ends_on | date | 0 | ||
| 10 | is_active | boolean | 0 | ||
| 11 | audit_user_id | integer | 0 | Contains the id of the user who last inserted or updated the corresponding row. | |
| 12 | audit_ts | timestamp with time zone | 0 | Contains the date and timestamp of the last insert or update action. |
| # | Column Name | Key Name | References |
|---|---|---|---|
| 1 | user_id | auto_verification_policy_user_id_fkey | office.users.user_id |
| 11 | audit_user_id | auto_verification_policy_audit_user_id_fkey | office.users.user_id |
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| auto_verification_policy_pkey | postgres | btree | user_id |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 2 | verify_sales_transactions | false |
| 3 | sales_verification_limit | 0 |
| 4 | verify_purchase_transactions | false |
| 5 | purchase_verification_limit | 0 |
| 6 | verify_gl_transactions | false |
| 7 | gl_verification_limit | 0 |
| 12 | audit_ts | now() |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|