Some thoughts about poll
This commit is contained in:
parent
4b87b560ac
commit
59c1ffd027
19 changed files with 280 additions and 49 deletions
|
@ -37,7 +37,7 @@ CREATE TABLE IF NOT EXISTS sessions (
|
|||
`owner` INTEGER UNSIGNED NOT NULL,
|
||||
`started` TIMESTAMP DEFAULT UTC_TIMESTAMP(),
|
||||
`latest` TIMESTAMP DEFAULT UTC_TIMESTAMP(),
|
||||
`access` CHAR(32),
|
||||
`access` CHAR(32) NOT NULL UNIQUE,
|
||||
`renew` CHAR(32),
|
||||
`persist` BOOLEAN NOT NULL,
|
||||
`device` TEXT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue