1 - Add to database-Table user, field named: country
( country varchar(2) NOT NULL )
Before I screw up my database
should the part I insert into "Run SQL query/queries on database" textbox in phpmyadin is
Table user, field named: country
( country varchar(2) NOT NULL )
or do I use the
- Add to database-Table user, field named: country
( country varchar(2) NOT NULL )
when I insert it.
Thanks for the help!
|