Allan Carlos

Results 4 comments of Allan Carlos

Hello, @viniciussvl, I believe that you need to change the name of the table in the migration ``` up () { this.create('permission', table => { table.increments() table.string('slug').notNullable().unique() table.string('name').notNullable().unique() table.text('description').nullable() table.timestamps()...

Another ping @davigmacode