- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PostgreSQL/SQL/テーブル(インデックス)作成/複合プライマリーキー制約 へ行く。
- 1 (2017-04-06 (木) 03:43:34)
CREATE TABLE example ( a integer, b integer, c integer, PRIMARY KEY (a, c) );
https://www.postgresql.org/docs/current/static/ddl-constraints.html