root/db/tables/ally_alter.sql

Revision f328b74996d55e5c1c40dc0bd3c12de224a1e75c, 92 bytes (checked in by Christopher Jung <bktheg@web.de>, 6 months ago)

[ref] SQL-Skripte aufgetrennt in seperate CREATE, ALTER und INSERT Teile.

  • Property mode set to 100644
Line 
1 ALTER TABLE ally ADD CONSTRAINT ally_fk_users FOREIGN KEY (president) REFERENCES users(id);
Note: See TracBrowser for help on using the browser.