mirror of
https://github.com/ProjectSegfault/website
synced 2026-03-23 15:15:59 +05:30
aaaa
This commit is contained in:
@@ -25,7 +25,7 @@ if (!building) {
|
||||
table.string("author").notNullable();
|
||||
table.string("link").nullable();
|
||||
table.bigInteger("created").notNullable();
|
||||
table.timestamps();
|
||||
table.timestamps(true, true, true);
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user