Inhaltstabelle
Folgend findest du eine Übersicht aller Datenbanktabellen von Woo Batches. Diese Datenbanktabellen werden bei der Installation der jeweiligen Plugins in deiner WordPress Datenbank angelegt.
woo_batches
Name | Type | Null | Standard | Extra |
---|---|---|---|
id 🔑 | BIGINT(20) | NO | NONE | AUTO_INCREMENT |
batch_number | VARCHAR(255) | NO | NONE |
supplier | VARCHAR(255) | YES | NULL |
store_location | VARCHAR(255) | YES | NULL |
expiration_date | DATETIME | YES | NULL |
product_id | BIGINT(20) | NO | NONE |
quantity | BIGINT(20) | NO | NONE |
quantity_available | BIGINT(20) | NO | NONE |
created_at | DATETIME | NO | CURRENT_TIMESTAMP |