Create new tables in Traccar MySQL database

Victor Butler5 years ago

Hello Anton,

I need an advice on one topic - is there going to be any issues if I create additional table in the default Traccar database and have another API to read/write only into that one table. Traccar API will not be using the new table.

Database is MySQL
Traccar version is 4.6
Example table name: tbl_test

Thank you in advance!

Anton Tananaev5 years ago

Why would there be any issues?

Victor Butler5 years ago

Traccar is a complex solution that I still have to learn a lot about. So I wanted to be sure additional tables will not cause issues with the database or Traccar API.

Thank you for the reply!