ERROR: relation "secondRoad" already exists code example
Example: adonisjs error: relation already exists
// check if youre creating a table or updating it.
// if updating tru to use:
this.alter('colaborator_data', table => {
table.float('rating');
table.float('price');
});