Answers for "adonisjs error: relation already exists"

1

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');
});
Posted by: Guest on December-14-2020

Code answers related to "adonisjs error: relation already exists"

Code answers related to "Javascript"

Browse Popular Code Answers by Language