forked from ProjectSegfault/website
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