5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id | sequential ID | bigint unsigned | YES | PRI | NULL | auto_increment |
8 | sid | | varbinary(255) | YES | | | |
9 | data | | text | NO | | NULL | |
10 | expire | | int unsigned | YES | | 0 | |
12 Return to [database documentation](help/database)