/* * multi-line comment */ alter table test_migrations rename column original_name to new_name; insert into test_migrations (new_name) values ('test 2');