createPendingMetodoMuestreoEspecieTable top-level constant
Implementation
const String createPendingMetodoMuestreoEspecieTable = '''
CREATE TABLE pending_metodo_muestreo_especie (
id INTEGER PRIMARY KEY AUTOINCREMENT,
data TEXT NOT NULL,
timestamp INTEGER NOT NULL
)
''';