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