Table: chatmessages
Tool:
Chat Associated Objects:
ChatMessage,
ChatMessages
Fields
id INT UNSIGNED NOT NULL AUTO_INCREMENT v5 added INT UNSIGNED NOT NULL v5 member INT UNSIGNED NOT NULL v5 contact INT UNSIGNED NOT NULL v5 message VARCHAR(255) NOT NULL v5 delivered INT UNSIGNED NOT NULL DEFAULT 0 v5 owner BIT(1) NOT NULL DEFAULT 0 v5
Example PHP Usage
The following php example is designed for the main folder: /
Other Chat Tables
chatmessages chatsettings