mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-22 16:13:00 +05:30
fix
This commit is contained in:
parent
7c43122b4a
commit
33de893adc
@ -25,6 +25,7 @@ if (!building) {
|
||||
table.string("author").notNullable();
|
||||
table.string("link").nullable();
|
||||
table.bigInteger("created").notNullable();
|
||||
table.timestamps();
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user