Update association-mapping.rst
This commit is contained in:
parent
484d03a5bc
commit
2e8272e18f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue