| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | sales_tax_exempt_detail_id | integer | 0 | ||
| 2 | sales_tax_exempt_id | integer | 0 | ||
| 3 | entity_id | integer | 0 | ||
| 4 | industry_id | integer | 0 | ||
| 5 | party_id | bigint | 0 | ||
| 6 | party_type_id | integer | 0 | ||
| 7 | item_id | integer | 0 | Foreign key to the table core.items. | |
| 8 | item_group_id | integer | 0 | ||
| 9 | audit_user_id | integer | 0 | Contains the id of the user who last inserted or updated the corresponding row. | |
| 10 | 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 | sales_tax_exempt_id | sales_tax_exempt_details_sales_tax_exempt_id_fkey | core.sales_tax_exempts.sales_tax_exempt_id |
| 3 | entity_id | sales_tax_exempt_details_entity_id_fkey | core.entities.entity_id |
| 4 | industry_id | sales_tax_exempt_details_industry_id_fkey | core.industries.industry_id |
| 5 | party_id | sales_tax_exempt_details_party_id_fkey | core.parties.party_id |
| 6 | party_type_id | sales_tax_exempt_details_party_type_id_fkey | core.party_types.party_type_id |
| 7 | item_id | sales_tax_exempt_details_item_id_fkey | core.items.item_id |
| 8 | item_group_id | sales_tax_exempt_details_item_group_id_fkey | core.item_groups.item_group_id |
| 9 | audit_user_id | sales_tax_exempt_details_audit_user_id_fkey | office.users.user_id |
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| sales_tax_exempt_details_pkey | postgres | btree | sales_tax_exempt_detail_id |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | sales_tax_exempt_detail_id | nextval('core.sales_tax_exempt_details_sales_tax_exempt_detail_id_seq'::regclass) |
| 10 | audit_ts | now() |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|