On Thursday 20 July 2006 07:19 am, Nicholas Vettese wrote:
> img_idINTNOT NULL auto_increment PRIMARY KEY,
> user_id INTNOT NULL,
> location VARCHAR(255) NOT NULL,
> imgtype VARCHAR(20) NOT NULL,
> img_tag VARCHAR(50) NOT NULL,
> img_rate VARCHAR(20) NOT NULL,
good
> img_comments
I am looking to create a database that holds the location of images on my
server. I was wondering if anyone could help me understand if I am doing it
correctly, and if I either need to add, change or remove something from the
current table code.
img_idINTNOT NULL auto_increment PRIMARY