(sql, bindings) selecting one row when the bound table name exists.
(sql, bindings)
@override Compiled compileTableExists() => ( "select name from sqlite_master where type = 'table' and name = ?", const [], );