Shopware 5.7.8 s_core_tax
Tax rate definitions (e.g. 19%, 7%) assigned to products.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| tax | decimal(10,2) | NO | Index |
| description | varchar(30) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| tax | tax | No |
