1
0
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:
Simon Josefsson 2009-08-28 12:08:20 +00:00
parent 14621ad967
commit ef0effe131

View File

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