createPendingMetodoMuestreoEspecieTable top-level constant

String const createPendingMetodoMuestreoEspecieTable

Implementation

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