first commit

This commit is contained in:
2025-07-18 16:20:14 +07:00
commit 98af45c018
16382 changed files with 3148096 additions and 0 deletions

10
dbstruct/help_message.txt Normal file
View File

@@ -0,0 +1,10 @@
User messages. Use for system and user to user messaging
ref,int(11),
created,DATETIME,
owner,int(11),User reference
message,MEDIUMTEXT,Message text
url,text,Message URL. Appears as link with message and in message list.
expires,DATETIME,Message expiration date
related_activity,int(11),Used with related_ref to link system generated messages to e.g. a user account request so that all related messages can be deleted once account is approved
related_ref,int(11),Related activity reference e.g. user ref
type,int(11),Denotes various types of message e.g. user message, screen. Defined by the enabled bits. Refer to definitions.php for more information