Page cover image

Installation

Installation

Insert the sql file in your folder or just copy and paste it.

CREATE TABLE IF NOT EXISTS car_auctions ( id int(11) NOT NULL AUTO_INCREMENT, owner varchar(64) NOT NULL, vehicle longtext NOT NULL, price int(11) NOT NULL, plate varchar(20) DEFAULT NULL, description varchar(255) DEFAULT NULL, PRIMARY KEY (id) )

And you are good to go!

Last updated