psa.apsContexts
Overview
Column Descriptions
id –
pleskType –
pleskId –
ssl –
subscriptionId –
1 2 3 4 5 6 7 8 | CREATE TABLE `apsContexts` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `pleskType` varchar(255) CHARACTER SET ascii NOT NULL, `pleskId` int(10) unsigned NOT NULL, `ssl` enum('false','true') NOT NULL DEFAULT 'false', `subscriptionId` int(10) unsigned DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 |
Related documentation
February 11th, 2013 in
Uncategorized