assertEquals("CREATE INDEX idx_schema1_ab ON schema1(`a`, `b`);", createIndex[0]);
}
@Test
public void test() throws Exception {
runTest(new DefaultEngine());
// Assert that the DB has been created successfully
assertTrue(new File(OUTPUT + "/0.db").exists());
SQLite4JavaClient manager = new SQLite4JavaClient(OUTPUT + "/0.db", null);