> For the complete documentation index, see [llms.txt](https://docs.devm.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devm.cc/parking/installation.md).

# Installation

1. Run this SQL

```sql
ALTER TABLE `owned_vehicles`
ADD COLUMN IF NOT EXISTS `coords` varchar(150) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `heading` varchar(50) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `impound` tinyint(4) NOT NULL DEFAULT 0,
ADD COLUMN IF NOT EXISTS `parking` varchar(60) DEFAULT NULL;

```

2. Enjoy the script!
