<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katsube</author_name>
  <author_url>https://blog.hatena.ne.jp/katsube/</author_url>
  <blog_title>ねこの足跡R</blog_title>
  <blog_url>https://blog.katsubemakito.net/</blog_url>
  <categories>
    <anon>MySQL</anon>
    <anon>SQL-ALTERTABLE</anon>
    <anon>カラム</anon>
  </categories>
  <description>MySQLでテーブルのカラム(列)の変更を行うにはALTER TABLEを利用します。ALTER TABLEはカラム以外にもテーブルのあらゆる変更が行える万能選手ですが今回はカラムの追加,変更,削除に特化して見ていきます。 カラムを追加する -- テーブルの末尾に追加 ALTER TABLE tablename ADD colname varchar(64); -- テーブルの先頭に追加 ALTER TABLE tablename ADD colname varchar(64) FIRST; -- 指定カラムの後ろに追加 ALTER TABLE tablename ADD colname va…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.katsubemakito.net%2Fmysql%2Falter-table1&quot; title=&quot; [MySQL] テーブルにカラムを追加/変更/削除する - ALTER TABLE - ねこの足跡R&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-07-11 19:34:37</published>
  <title> [MySQL] テーブルにカラムを追加/変更/削除する - ALTER TABLE</title>
  <type>rich</type>
  <url>https://blog.katsubemakito.net/mysql/alter-table1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
