@override void createIfNotExists( String tableName, void Function(MigrationTable table) callback) => _create(tableName, callback, true);