please help

Discussion in 'Databases' started by bcgould, Apr 21, 2010.

  1. I am completely new and havent a clue what i am doing. I need to do this:

    Code:Select All
    CREATE TABLE `phpbb_rolls` (
    `type` varchar( 10 ) NOT NULL ,
    `id` varchar( 31 ) NOT NULL ,
    `sides` mediumint( 9 ) NOT NULL ,
    `text_index` mediumint( 9 ) NOT NULL ,
    `result` mediumint( 9 ) NOT NULL ,
    PRIMARY KEY ( `type` , `id` , `sides` , `text_index` )

    to my database... anyone care to tell me step by step how?? please
     
  2. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015

Share This Page