mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Rename profile to information
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user