INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`, `x`, `y`, `category`, `componentTint`, `componentHash`, `backpackModel`, `backgroundTexture`, `description`) VALUES ('documents', 'documents', 4, 0, 1, 1, 1, 'documents', NULL, NULL, NULL, NULL, 'An item');
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`, `x`, `y`, `category`, `componentTint`, `componentHash`, `backpackModel`, `backgroundTexture`, `description`) VALUES ('drive', 'drive', 4, 0, 1, 1, 1, 'documents', NULL, NULL, NULL, NULL, 'An item');
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`, `x`, `y`, `category`, `componentTint`, `componentHash`, `backpackModel`, `backgroundTexture`, `description`) VALUES ('weapon', 'weapon', 4, 0, 1, 1, 1, 'documents', NULL, NULL, NULL, NULL, 'An item');
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`, `x`, `y`, `category`, `componentTint`, `componentHash`, `backpackModel`, `backgroundTexture`, `description`) VALUES ('cryptostick', 'cryptostick', 4, 0, 1, 1, 1, 'documents', NULL, NULL, NULL, NULL, 'An item');
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`, `x`, `y`, `category`, `componentTint`, `componentHash`, `backpackModel`, `backgroundTexture`, `description`) VALUES ('boat', 'boat', 4, 0, 1, 1, 1, 'documents', NULL, NULL, NULL, NULL, 'An item');
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`, `x`, `y`, `category`, `componentTint`, `componentHash`, `backpackModel`, `backgroundTexture`, `description`) VALUES ('plane', 'plane', 4, 0, 1, 1, 1, 'documents', NULL, NULL, NULL, NULL, 'An item');