Skip to content

Instantly share code, notes, and snippets.

@proofek
Created June 18, 2013 22:29
Show Gist options
  • Save proofek/5810067 to your computer and use it in GitHub Desktop.
Save proofek/5810067 to your computer and use it in GitHub Desktop.
SQL to alter demo_suppliercontactdetails and create the relationship
/* 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