psa.password_secrets
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 | CREATE TABLE `password_secrets` ( `secret` varchar(255) CHARACTER SET ascii NOT NULL, `type` int(10) unsigned NOT NULL, `id` int(10) unsigned NOT NULL, `created` datetime NOT NULL, PRIMARY KEY (`secret`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized