MySQLで文字コードを指定してテーブルを作成する

character setオプションを指定。

mysql> create table t1 (c1 varchar(4)) character set utf8;

0 件のコメント: