compileDropIfExists method

String compileDropIfExists(
  1. String table
)

Implementation

String compileDropIfExists(String table) =>
    'drop table if exists ${wrap(table)}';