mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-28 10:30:28 +01:00
Fix migration
This commit is contained in:
@@ -8,7 +8,7 @@ export default class Translations extends BaseSchema {
|
|||||||
table.increments('id')
|
table.increments('id')
|
||||||
table.string('code').notNullable()
|
table.string('code').notNullable()
|
||||||
table.string('french').defaultTo('Traduction manquante')
|
table.string('french').defaultTo('Traduction manquante')
|
||||||
table.string('code').defaultTo('Missing translation')
|
table.string('english').defaultTo('Missing translation')
|
||||||
table.timestamps(true, true)
|
table.timestamps(true, true)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user