???? (????? )phpbb_styles
مرسل: الثلاثاء مارس 02, 2010 6:53 pm
??? ??? ???? phpbb_styles
?? phpMyAdmin ????? ?????
???? ???? ?
?? phpMyAdmin ????? ?????
???? ???? ?
الدعم العربي لمنتديات phpBB
http://www.phpbbarabia.com/community/
كود: تحديد الكل
CREATE TABLE `phpbb_styles` (
`style_id` mediumint(8) unsigned NOT NULL auto_increment,
`style_name` varchar(255) collate utf8_bin NOT NULL default '',
`style_copyright` varchar(255) collate utf8_bin NOT NULL default '',
`style_active` tinyint(1) unsigned NOT NULL default '1',
`template_id` mediumint(8) unsigned NOT NULL default '0',
`theme_id` mediumint(8) unsigned NOT NULL default '0',
`imageset_id` mediumint(8) unsigned NOT NULL default '0',
PRIMARY KEY (`style_id`),
UNIQUE KEY `style_name` (`style_name`),
KEY `template_id` (`template_id`),
KEY `theme_id` (`theme_id`),
KEY `imageset_id` (`imageset_id`)
)
كود: تحديد الكل
INSERT INTO `phpbb_styles` VALUES (1, 0x70726f73696c766572, 0x26636f70793b2070687042422047726f7570, 1, 1, 1, 1);