Parašė Giedrunskis· 2008 Rugp. 28 01:08:35
#20
CREATE TABLE `prefix_user_ratings` (
`rated_id` BIGINT( 20 ) NOT NULL AUTO_INCREMENT ,
`rate_user` BIGINT( 20 ) NOT NULL ,
`rate_subject` BIGINT( 20 ) NOT NULL ,
`rate_opt` ENUM( '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ) NOT NULL ,
`rate_date` BIGINT( 20 ) NOT NULL ,
`rate_ip` VARCHAR( 255 ) NOT NULL ,
PRIMARY KEY (`rated_id`)
) TYPE = innodb
Vietoj
prefix_user_ratings rasai savo prefixa, greiciausiai tai bus
fusion_user_ratings
Redagavo Giedrunskis· 2008 Rugp. 28 01:08:11