Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > f305277f4b8a5016d43d485fa3c7f3de > files > 238

freeradius-3.0.22-1.mga7.armv7hl.rpm

CREATE TABLE moonshot_targeted_ids (
  gss_acceptor varchar(254) NOT NULL DEFAULT '',
  namespace varchar(36) NOT NULL DEFAULT '',
  username varchar(64) NOT NULL DEFAULT '',
  targeted_id varchar(128) NOT NULL DEFAULT '',
  creationdate TIMESTAMP with time zone NOT NULL default 'now()',
  PRIMARY KEY  (username, gss_acceptor, namespace)
);