psa.PhpSettings
Overview
Column Descriptions
id – domains.id
noteId – Notes.id
1 2 3 4 5 | CREATE TABLE `PhpSettings` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `noteId` int(10) unsigned DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 |
Related documentation
;
January 17th, 2013 in
PHP