Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1つの整数フィールドがVarcharフィールドに変更されるようにテーブルのスキーマを変更したいのですが、データは保持します(以前の数値は文字列になります)。
これを試してスキーマを変更してください:
alter table table_name change col_name col_name varchar(10)