psa.accounts
Overview
Column Descriptions
id –
type –
password –
CREATE TABLE `accounts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(32) CHARACTER SET ascii NOT NULL DEFAULT 'plain',
`password` text CHARACTER SET ascii COLLATE ascii_bin,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=latin1
Related documentation
February 8th, 2013 in
Uncategorized