renzuzu/renzu_motels

no sql

Opened this issue · 1 comments

i added the script and im getting sql errors i cant find the sql to add to the data base. is there no sql the script wont work for me i cant create the tables without a sql

go check (server/sql.lua line 56:65)

CREATE TABLE renzu_motels (
id int NOT NULL AUTO_INCREMENT KEY,
motel varchar(64) DEFAULT NULL,
hour_rate int DEFAULT 0,
revenueint DEFAULT 0,employeeslongtext DEFAULT NULL,roomslongtext DEFAULT NULL,owned` varchar(64) DEFAULT NULL)