Translations:SMS handler setup/42/en

Revisi per 1 September 2014 11.04 oleh FuzzyBot (bicara | kontrib) (Importing a new version from external source)
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)

Data tables

Data tables are stored in the 'data' schema. Their structure depends on the data required, but they must have have the following fields which are automatically updated:

  • id: unique record id
  • userid: integer referencing the user ID of the submitting user (from the 'users' table);
  • report_date: timestamp of data submission
  • msgid bigint: the unique id of the incoming SMS message
  • created_on and modified_on: dates
  • created_by and modified_by: user IDs
  • del: deleted flag