mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-02-02 21:07:50 +01:00
Working
This commit is contained in:
@@ -8,7 +8,7 @@ export default class Posts extends BaseSchema {
|
||||
table.increments('id').primary()
|
||||
table.string('slug').notNullable()
|
||||
table.integer('likes').notNullable()
|
||||
table.timestamps(true)
|
||||
table.timestamps()
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user