Update association-mapping.rst
This commit is contained in:
parent
484d03a5bc
commit
2e8272e18f
@ -83,6 +83,7 @@ Generated MySQL Schema:
|
|||||||
CREATE TABLE Product (
|
CREATE TABLE Product (
|
||||||
id INT AUTO_INCREMENT NOT NULL,
|
id INT AUTO_INCREMENT NOT NULL,
|
||||||
shipping_id INT DEFAULT NULL,
|
shipping_id INT DEFAULT NULL,
|
||||||
|
UNIQUE INDEX UNIQ_6FBC94267FE4B2B (shipping_id),
|
||||||
PRIMARY KEY(id)
|
PRIMARY KEY(id)
|
||||||
) ENGINE = InnoDB;
|
) ENGINE = InnoDB;
|
||||||
CREATE TABLE Shipping (
|
CREATE TABLE Shipping (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user