1 -- These are carefully crafted to work in all three supported databases
3 CREATE TABLE /*_*/actormigration1 (
4 am1_id integer not null,
6 am1_user_text varchar(200),
10 CREATE TABLE /*_*/actormigration2 (
11 am2_id integer not null,
13 am2_xxx_text varchar(200),