mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Add color in skill
This commit is contained in:
@@ -7,6 +7,7 @@ export default class Skills extends BaseSchema {
|
||||
this.schema.createTable(this.tableName, (table) => {
|
||||
table.increments('id').primary()
|
||||
table.string('name').notNullable()
|
||||
table.string('color').notNullable()
|
||||
table
|
||||
.integer('file_id')
|
||||
.unsigned()
|
||||
|
||||
Reference in New Issue
Block a user