Check if current table existed
Future<bool> isTableExisted() async { return await BoxerDatabaseUtil.isTableExisted(executor, tableName); }