> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation for qb-inventory

> Steps to integrate our resources utilizing specific inventory features (e.g., utility_kitchen)

### Modify the resource

Replace or update your `qb-inventory` by following this commit or using the provided modified version.

<Card title="GitHub" icon="github" href="https://github.com/qbcore-framework/qb-inventory/compare/main...MXC-PR:main">
  Comparing qbcore-framework:main...MXC-PR:main · qbcore-framework/qb-inventory
</Card>

### Run this SQL query using HeidiSQL or any other database viewer

```sql theme={null}
ALTER TABLE inventories CHANGE COLUMN identifier identifier VARCHAR(100) NOT NULL
```
