jmeeuynz_digitalso
Tables taxes
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| name_data | text | NULL | ||
| tax_rate | double | NULL | ||
| is_all_countries | tinyint(1) | NULL | ||
| country_ids | text | NULL | ||
| state_ids | text | NULL | ||
| product_sales | tinyint(1) | 1 | ||
| service_payments | tinyint(1) | 1 | ||
| status | tinyint(1) | 1 | ||
| created_at | timestamp | CURRENT_TIMESTAMP |