Created
June 18, 2013 22:29
-
-
Save proofek/5810067 to your computer and use it in GitHub Desktop.
SQL to alter demo_suppliercontactdetails and create the relationship
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Table : demo_suppliercontactdetails */ | |
/*COLUMNS*/ | |
/*MISSING IN DATABASE - demo_suppliers_id - ROW*/ | |
/* INDEXES */ | |
ALTER TABLE demo_suppliercontactdetails add COLUMN demo_suppliers_id char(36) NULL ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment