mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 00:24:27 +02:00
632 B
632 B
Table session
web session storage
Field | Description | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
id | sequential ID | bigint unsigned | NO | PRI | NULL | auto_increment |
sid | varbinary(255) | NO | ||||
data | text | YES | NULL | |||
expire | int unsigned | NO | 0 |
Return to database documentation