You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE`user` ADD COLUMN `joined_at`TIMESTAMPNULL COMMENT 'Timestamp when the user joined the support group.';
ALTERTABLE`user` ADD COLUMN `kicked_at`TIMESTAMPNULL COMMENT 'Timestamp when the user was kicked from the support group.';
ALTERTABLE`user` ADD COLUMN `activated_at`TIMESTAMPNULL COMMENT 'Timestamp when the user has agreed to the rules and has been allowed to post in the support group.';