Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ('table', 'message', 'message', 27, 'CREATE TABLE message (
  2. ROWID INTEGER PRIMARY KEY AUTOINCREMENT,
  3. guid TEXT UNIQUE NOT NULL, text TEXT,
  4. replace INTEGER DEFAULT 0,
  5. service_center TEXT,
  6. handle_id INTEGER DEFAULT 0,
  7. subject TEXT,
  8. country TEXT,
  9. attributedBody BLOB,
  10. version INTEGER DEFAULT 0,
  11. type INTEGER DEFAULT 0,
  12. service TEXT,
  13. account TEXT,
  14. account_guid TEXT,
  15. error INTEGER DEFAULT 0,
  16. date INTEGER,
  17. date_read INTEGER,
  18. date_delivered INTEGER,
  19. is_delivered INTEGER DEFAULT 0,
  20. is_finished INTEGER DEFAULT 0,
  21. is_emote INTEGER DEFAULT 0,
  22. is_from_me INTEGER DEFAULT 0,
  23. is_empty INTEGER DEFAULT 0,
  24. is_delayed INTEGER DEFAULT 0,
  25. is_auto_reply INTEGER DEFAULT 0,
  26. is_prepared INTEGER DEFAULT 0,
  27. is_read INTEGER DEFAULT 0,
  28. is_system_message INTEGER DEFAULT 0,
  29. is_sent INTEGER DEFAULT 0,
  30. has_dd_results INTEGER DEFAULT 0,
  31. is_service_message INTEGER DEFAULT 0,
  32. is_forward INTEGER DEFAULT 0,
  33. was_downgraded INTEGER DEFAULT 0,
  34. is_archive INTEGER DEFAULT 0,
  35. cache_has_attachments INTEGER DEFAULT 0,
  36. cache_roomnames TEXT,
  37. was_data_detected INTEGER DEFAULT 0,
  38. was_deduplicated INTEGER DEFAULT 0,
  39. is_audio_message INTEGER DEFAULT 0,
  40. is_played INTEGER DEFAULT 0,
  41. date_played INTEGER,
  42. item_type INTEGER DEFAULT 0,
  43. other_handle INTEGER DEFAULT 0,
  44. group_title TEXT,
  45. group_action_type INTEGER DEFAULT 0,
  46. share_status INTEGER DEFAULT 0,
  47. share_direction INTEGER DEFAULT 0,
  48. is_expirable INTEGER DEFAULT 0,
  49. expire_state INTEGER DEFAULT 0,
  50. message_action_type INTEGER DEFAULT 0,
  51. message_source INTEGER DEFAULT 0,
  52. associated_message_guid TEXT,
  53. associated_message_type INTEGER DEFAULT 0,
  54. balloon_bundle_id TEXT,
  55. payload_data BLOB,
  56. expressive_send_style_id TEXT,
  57. associated_message_range_location INTEGER DEFAULT 0,
  58. associated_message_range_length INTEGER DEFAULT 0,
  59. time_expressive_send_played INTEGER,
  60. message_summary_info BLOB,
  61. ck_sync_state INTEGER DEFAULT 0,
  62. ck_record_id TEXT,
  63. ck_record_change_tag TEXT,
  64. destination_caller_id TEXT,
  65. sr_ck_sync_state INTEGER DEFAULT 0,
  66. sr_ck_record_id TEXT DEFAULT NULL,
  67. sr_ck_record_change_tag TEXT DEFAULT NULL,
  68. is_corrupt INTEGER DEFAULT 0,
  69. reply_to_guid TEXT DEFAULT NULL,
  70. sort_id INTEGER DEFAULT 0,
  71. is_spam INTEGER DEFAULT 0)')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement