Traccar MySQL Database

Sumit6 years ago

I was looking in the code of MySQL of Traccar and there were some in built functions defined already. I wanted to make my own PROCEDURES, FUNCTIONS, TRIGGERS and VIEWS. Can I do this and it will not affect on the existing functions (defined in MySQL) ?

Anton Tananaev6 years ago

You can create anything you want in the database, as long as it doesn't affect existing Traccar tables.