mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
1 commit
2a9852fe55
...
60d9759e8b
Author | SHA1 | Date | |
---|---|---|---|
|
60d9759e8b |
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ class phpbb_dbal_migration_schema extends \phpbb\db\migration\migration
|
|||
'COLUMNS' => [
|
||||
'module_id' => ['UINT:3', NULL, 'auto_increment'],
|
||||
'user_id' => ['ULINT', 0],
|
||||
'endpoint' => ['VCHAR:220', ''],
|
||||
'endpoint' => ['TEXT', ''],
|
||||
'expiration_time' => ['TIMESTAMP', 0],
|
||||
'p256dh' => ['VCHAR:200', ''],
|
||||
'p256dh' => ['VCHAR', ''],
|
||||
'auth' => ['VCHAR:100', ''],
|
||||
],
|
||||
'PRIMARY_KEY' => 'module_id',
|
||||
|
|
Loading…
Add table
Reference in a new issue