Description: A valid full migration. Depends: another_migration Apply: CREATE TABLE test ( a int ); Revert: DROP TABLE test;