mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-15 00:02:54 +02:00
add profile picture
This commit is contained in:
@@ -10,6 +10,7 @@ export default class extends BaseSchema {
|
||||
table.string('pseudo', 50).notNullable()
|
||||
table.string('email', 255).notNullable().unique()
|
||||
table.string('password', 180).notNullable()
|
||||
table.json('avatar')
|
||||
|
||||
table.string('remember_me_token').nullable()
|
||||
table.timestamp('created_at', { useTz: true }).notNullable()
|
||||
|
||||
Reference in New Issue
Block a user