ITedite

属性の追加

テーブル「test_table」にint型の属性「test_id」を追加するには
testdb=# ALTER TABLE test_table ADD COLUMN test_id integer;