docs:mysql:alter_table

This is an old revision of the document!


ALTER TABLE

  • alter table parcels add primary key (`id`);
  • alter table parcels add key (`area`);
  • alter table parcels add index (`owner`);
  • alter table mytable CONVERT TO CHARACTER SET latin1;
  • alter table mytable CONVERT TO CHARACTER SET latin1 [COLLATE collation_name];
  • docs/mysql/alter_table.1174797631.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)