renzuzu / renzu_motels

Fivem - Motel Management. Hourly Rental System. Supports MLO and Shells. ESX/QBCORE
GNU General Public License v3.0
101 stars 40 forks source link

no sql #66

Open Trippyriz opened 11 months ago

Trippyriz commented 11 months ago

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

bongdeguzman commented 10 months ago

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)