Merge pull request #637 from choomz/patch-1
Update association-mapping.rst
This commit is contained in:
commit
9b0f252aff
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user