Skip to content

Instantly share code, notes, and snippets.

@hm0429
Created October 7, 2015 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hm0429/0043aad35d8edcac74ff to your computer and use it in GitHub Desktop.
Save hm0429/0043aad35d8edcac74ff to your computer and use it in GitHub Desktop.
SQL: テーブルにカラムを追加
ALTER TABLE table ADD COLUMN column data_type;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment