• 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2019-09-18T16:14:59+09:00","default:ryuichi","ryuichi")
* 外部キーを作成する [#jb5a73d7]

 CREATE TABLE t1 ( id int, PRIMARY KEY (id) );
 CREATE TABLE t2 ( id int, t1_id int);
 ALTER TABLE t2 ADD FOREIGN KEY (t1_id) REFERENCES t1(id)



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS