diff --git a/database/migrations/1628110081266_translations.ts b/database/migrations/1628110081266_translations.ts index e0f393b..7a80bfc 100644 --- a/database/migrations/1628110081266_translations.ts +++ b/database/migrations/1628110081266_translations.ts @@ -1,7 +1,7 @@ import BaseSchema from '@ioc:Adonis/Lucid/Schema' export default class Translations extends BaseSchema { - protected tableName = 'translation' + protected tableName = 'translations' public async up () { this.schema.createTable(this.tableName, (table) => {