1
0
mirror of synced 2025-02-20 14:13:15 +03:00

Merge pull request #637 from choomz/patch-1

Update association-mapping.rst
This commit is contained in:
Guilherme Blanco 2013-03-30 06:48:06 -07:00
commit 9b0f252aff

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 (