Page 1 of 1

PHP Table setup.

Posted: Sat Oct 17, 2009 6:55 am
by timmymyrs
sticky length :1 defualt :0 not null
locked length: 1 defualt :0 not null
views length: 5 defualt :0 not null
level length: 5 defualt : not null


That is what I need to add to an existing table.
It's weird, because I can't read half-baked code/:

Any suggestions on how to write this SQL query?

Re: PHP Table setup.

Posted: Sat Oct 17, 2009 1:41 pm
by hallsofvallhalla
you dont have phpmyadmin? Are you trying to do this from command line?

Re: PHP Table setup.

Posted: Sat Oct 17, 2009 8:12 pm
by timmymyrs
I do.
I just can't understand how to edit my table. ._.''

Edit: Nevermind, I fixed it. Trial&Error. :D