複合プライマリーキー制約

 CREATE TABLE example (
     a integer,
     b integer,
     c integer,
     PRIMARY KEY (a, c)
 );
  • カラムaとカラムbは自動的にNOT NULL制約に

参考

https://www.postgresql.org/docs/current/static/ddl-constraints.html


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2017-04-06 (木) 03:48:33