1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00
This commit is contained in:
Simon Josefsson 2009-08-28 11:25:54 +00:00
parent c36812ea89
commit 51fffd1089

View File

@ -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)
); );