1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Add otp field to clients column.

This commit is contained in:
Simon Josefsson 2009-08-28 11:24:00 +00:00
parent 060bd752a6
commit cdda50f0d2

View File

@ -8,7 +8,8 @@ CREATE TABLE clients (
created DATETIME NOT NULL,
secret VARCHAR(60) NOT NULL DEFAULT '',
email VARCHAR(255),
notes VARCHAR(100),
otp VARCHAR(100) DEFAULT '',
notes VARCHAR(100) DEFAULT '',
PRIMARY KEY (id)
);