Rename profile to information

This commit is contained in:
2021-08-14 15:03:14 +02:00
parent 046fe0b0a9
commit 4fa0ef6c92
4 changed files with 12 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ export default class Informations extends BaseSchema {
this.schema.createTable(this.tableName, (table) => {
table.increments('id')
table.integer('age').notNullable()
table.string('hiring_color').notNullable()
table
.integer('translation_id')
.unsigned()