πBlips Menu
Step by step installation guide for ESX and QB, common issues & solutions, troubleshooting guide, code snippets, changelog.
Last updated
Step by step installation guide for ESX and QB, common issues & solutions, troubleshooting guide, code snippets, changelog.
Last updated
CREATE TABLE `user_blips` (
`id` int NOT NULL AUTO_INCREMENT,
`identifier` varchar(90) NOT NULL,
`blipcoords` VARCHAR(120) NOT NULL,
`blipdata` VARCHAR(230) NOT NULL,
`bliptype` VARCHAR(20) NOT NULL,
`created` DATE DEFAULT CURRENT_DATE,
PRIMARY KEY (`id`)
);