correzione 2 a 01_schma.sql
This commit is contained in:
parent
083a24dc1c
commit
564993458f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ CREATE TABLE IF NOT EXISTS consegna (
|
||||||
FOREIGN KEY (ClienteID)
|
FOREIGN KEY (ClienteID)
|
||||||
REFERENCES cliente (ClienteID)
|
REFERENCES cliente (ClienteID)
|
||||||
ON UPDATE CASCADE
|
ON UPDATE CASCADE
|
||||||
ON DELETE RESTRICT,
|
ON DELETE RESTRICT
|
||||||
|
|
||||||
) ENGINE=InnoDB
|
) ENGINE=InnoDB
|
||||||
DEFAULT CHARSET=utf8mb4
|
DEFAULT CHARSET=utf8mb4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue