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