1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-16 03:29:18 +01:00
This commit is contained in:
Simon Josefsson 2009-05-06 14:16:43 +00:00
parent c72f75f539
commit c8a4c7d53f

View File

@ -6,8 +6,8 @@ CREATE TABLE clients (
id INT NOT NULL AUTO_INCREMENT,
active BOOLEAN DEFAULT TRUE,
created DATETIME NOT NULL,
email VARCHAR(255),
secret VARCHAR(60) NOT NULL DEFAULT '',
email VARCHAR(255),
notes VARCHAR(100),
PRIMARY KEY (id)
);