Shopware 5.7.19 s_core_documents
Document type definitions (invoice, delivery note, credit note) with configuration.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| template | varchar(255) | NO | |
| numbers | varchar(25) | NO | |
| left | int(11) | NO | |
| right | int(11) | NO | |
| top | int(11) | NO | |
| bottom | int(11) | NO | |
| pagebreak | int(11) | NO | |
| key | varchar(255) | YES | Unique |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| key | key | Yes |
| PRIMARY | id | Yes |
