Account_ActionLog
Account Actions Log
Field | Type | Primary Key | Nullable | Default | Description |
---|---|---|---|---|---|
AutoID | int | PK | false | ||
AccountID | char(36) | true | Account ID | ||
Title | varchar(256) | true | Brief description | ||
Description | varchar(512) | true | Detailed description | ||
Type | tinyint | true | Log type. 1: Log in, 2: Log out, 3: Send SMS, 4: Send email, 5: Email prompt for login, 6: Client, 7: Search logs by keywords, 8: Log off user, 9: Log off network, 10: Remove user, 11: Block user, 12: Restore user, 13: Purchase extension package with balance | ||
IP | varchar(32) | true | IP | ||
ProjectID | char(36) | true | Network ID | ||
CreateTime | datetime | true | now() | Date created |