1
1
Fork 0

Added default value "NULL"

This commit is contained in:
Michael 2021-06-14 05:08:01 +00:00
commit 31db9dbef7
70 changed files with 311 additions and 311 deletions

View file

@ -4,9 +4,9 @@ web session storage
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | sequential ID | bigint unsigned | YES | PRI | | auto_increment |
| id | sequential ID | bigint unsigned | YES | PRI | NULL | auto_increment |
| sid | | varbinary(255) | YES | | | |
| data | | text | NO | | | |
| data | | text | NO | | NULL | |
| expire | | int unsigned | YES | | 0 | |
Return to [database documentation](help/database)