Description: A valid full migration.
Apply:

  CREATE TABLE test (
    a int
  );

Revert: DROP TABLE test;
