return null;
}
@Test
public void generate() throws Exception {
this.statementUnderTest = new CreateDatabaseChangeLogLockTableStatement();
assertCorrect(new String[]{"create table [databasechangeloglock] (" +
"[id] int not null, " +
"[locked] boolean not null, " +
"[lockgranted] datetime, " +