createTableUserPeriodsLogsData constant

String const createTableUserPeriodsLogsData

Implementation

static const String createTableUserPeriodsLogsData =
    "CREATE TABLE $tableUserPeriodsLogsData ("
    "$columnID INTEGER PRIMARY KEY,"
    "$columnCustomerId TEXT DEFAULT '0', "
    "$columnPeriodEncryptDate TEXT)";