LoginSignup
0
0

More than 3 years have passed since last update.

postgresql テーブルのフィールドを編集する

Last updated at Posted at 2020-05-25

テーブルにカラム追加
ALTER TABLE テーブル名 ADD COLUMN カラム名 データ型;

テーブルのカラムを削除
ALTER TABLE テーブル名 DROP COLUMN カラム名;

初めてQiitaに投稿してみてMarkdown記法がわからないのでちょとずつ頑張っていこうと思う。
スクリーンショット 2020-05-30 15.06.26.png

出典:https://thinkit.co.jp/cert/marugoto/2/1/19/2table.htm

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0