1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Update association-mapping.rst

This commit is contained in:
Valentin Ferriere 2013-03-29 16:39:55 +01:00
parent 484d03a5bc
commit 2e8272e18f

View File

@ -83,6 +83,7 @@ Generated MySQL Schema:
CREATE TABLE Product (
id INT AUTO_INCREMENT NOT NULL,
shipping_id INT DEFAULT NULL,
UNIQUE INDEX UNIQ_6FBC94267FE4B2B (shipping_id),
PRIMARY KEY(id)
) ENGINE = InnoDB;
CREATE TABLE Shipping (