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