1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 07:11:17 +02:00
Files
php-flarum/src/Database
Toby Zerner c3dfa3560a Allow extensions to add default model attributes
Extensions can add default column values in their migrations, but Eloquent doesn't know about this when it first saves a model to the database.

This is useful in flarum-ext-approval where the default value for is_approved on the posts table is true.
2016-05-28 09:37:43 +09:30
..
2016-03-08 00:05:53 +09:00
2016-02-25 22:09:39 -05:00