Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > b227402e78f0da47c8081152014a12ab > files > 12

php-pear-Auth-Yubico-2.5-1.fc20.noarch.rpm

drop table if exists demoserver; 
create table demoserver (
       id varchar(60) unique not null,
       username varchar(60) default '' not null,
       password varchar(60) default '' not null,

       primary key (id)
);