| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | income_tax_setup_id | integer | 0 | The primary key of this table, which is also a serial field. | |
| 2 | office_id | integer | 0 | ||
| 3 | effective_from | date | 0 | The effective date of the tax rate. | |
| 4 | tax_rate | decimal_strict2 | 0 | The tax rate applicable. | |
| 5 | tax_authority_id | integer | 0 | ||
| 6 | audit_user_id | integer | 0 | Contains the id of the user who last inserted or updated the corresponding row. | |
| 7 | audit_ts | timestamp with time zone | 0 | Contains the date and timestamp of the last insert or update action. |
| # | Column Name | Key Name | References |
|---|---|---|---|
| 2 | office_id | income_tax_setup_office_id_fkey | office.offices.office_id |
| 5 | tax_authority_id | income_tax_setup_tax_authority_id_fkey | core.tax_authorities.tax_authority_id |
| 6 | audit_user_id | income_tax_setup_audit_user_id_fkey | office.users.user_id |
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| income_tax_setup_pkey | postgres | btree | income_tax_setup_id | |
| income_tax_setup_office_id_inx | postgres | btree | office_id |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | income_tax_setup_id | nextval('core.income_tax_setup_income_tax_setup_id_seq'::regclass) |
| 7 | audit_ts | now() |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|