Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > e68df492b0c9f27db58b721fc79af4ec > files > 5

apache-mod_spin-1.2.0-2mdv2010.1.x86_64.rpm

create table spinstore (
  id     varchar(32) primary key,
  tstamp varchar(20),
  data   text);

create unique index spinstore_id_tstamp on spinstore (id,tstamp);