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