mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
Reorder again..
This commit is contained in:
parent
14621ad967
commit
ef0effe131
@ -8,8 +8,8 @@ CREATE TABLE clients (
|
|||||||
created DATETIME NOT NULL,
|
created DATETIME NOT NULL,
|
||||||
secret VARCHAR(60) NOT NULL DEFAULT '',
|
secret VARCHAR(60) NOT NULL DEFAULT '',
|
||||||
email VARCHAR(255),
|
email VARCHAR(255),
|
||||||
otp VARCHAR(100) DEFAULT '',
|
|
||||||
notes VARCHAR(100) DEFAULT '',
|
notes VARCHAR(100) DEFAULT '',
|
||||||
|
otp VARCHAR(100) DEFAULT '',
|
||||||
PRIMARY KEY (id)
|
PRIMARY KEY (id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user