Shopware 5.7.7 s_core_states
Order and payment status definitions (e.g. open, in_progress, completed, cancelled).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key |
| name | varchar(55) | YES | |
| description | varchar(255) | NO | |
| position | int(11) | NO | |
| group | varchar(25) | NO | |
| int(1) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_core_config_mails | stateId |
