mirror of
https://github.com/flarum/framework.git
synced 2025-01-23 09:16:33 +08:00
Simple forum software for building great communities.
e28147a7ff
Seems the created_at column has no default value. This was always the case, at least that's what I can tell from a clean install and no migrations changing that default value. ``` $table->timestamp('created_at'); ``` |
||
---|---|---|
framework/core |