Aggiornamento lato PERSONALE
This commit is contained in:
+7
-1
@@ -88,7 +88,13 @@ CREATE TABLE ordine (
|
||||
-- CREAZIONE RELAZIONE STATO ORDINE
|
||||
CREATE TABLE statoOrdine (
|
||||
idStatoOrdine INT PRIMARY KEY AUTO_INCREMENT NOT NULL,
|
||||
nomeStato VARCHAR(30) NOT NULL,
|
||||
nomeStato ENUM(
|
||||
'inserito',
|
||||
'in preparazione',
|
||||
'pronto',
|
||||
'in consegna',
|
||||
'consegnato'
|
||||
),
|
||||
posizione TINYINT NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user