mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
aaaa
This commit is contained in:
parent
33de893adc
commit
97abb5e263
@ -25,7 +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();
|
table.timestamps(true, true, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user