blob: 68285a7f0b0ef72af6e7227c7cfe092ad2e41092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [calendar_invites](calendar_invites)
Column | Type | Description
--- | --- | ---
Id | bigint(20) unsigned |
Event | bigint(20) unsigned |
Invitee | int(10) unsigned |
Sender | int(10) unsigned |
Status | tinyint(1) unsigned |
Statustime | int(10) unsigned |
Rank | tinyint(1) unsigned |
Text | varchar(255) |
|