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