View Single Post
  #1  
Old 01-27-2011, 07:37 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 42,047
fadillzzz is an unknown quantity at this point
Default

You have to add them through phpmyadmin.
In the 'structure' tab of the selected table, scroll down till you find something that says:
Quote:
Print view Propose table structure
just right beneath it you should find the option to add field to the table.
Insert the number '3' in the add field(s) textbox and click go (and make sure 'at end of table' is chosen)

Field: evolution, evolutionlevel, evolutionform
Type: varchar, int, varchar
length: 10, 11, 40
default: null, as defined: 0, null
null: check, uncheck, check

for attribute, index, and some other stuff just leave it as it is

Last edited by fadillzzz; 01-27-2011 at 07:43 AM.
Reply With Quote