studioespresso / craft3-seeder

Seeder is the easiest way to quickly create placeholder content while you're building out a website. Create your sections & fields and then let Seeder make entries for you.
https://plugins.craftcms.com/seeder
MIT License
28 stars 3 forks source link

Seeding categories doesn't work #8

Closed janhenckens closed 5 years ago

janhenckens commented 5 years ago

Command: /craft seeder/generate/categories --group=4 --count=10returns the following error on 3.1

Exception 'yii\db\Exception' with message 'SQLSTATE[HY000]: General error: 1364 Field 'section' doesn't have a default value
The SQL being executed was: INSERT INTO `seeder_categories` (`categoryUid`, `dateCreated`, `uid`, `dateUpdated`) VALUES ('a0e96e44-574b-4988-9735-2be8ef7270dd', '2019-03-25 19:10:55', 'b70e24c2-5d37-44cc-a48f-084e30b8da73', '2019-03-25 19:10:55')'

in /vendor/yiisoft/yii2/db/Schema.php:664

Error Info:
Array
(
    [0] => HY000
    [1] => 1364
    [2] => Field 'section' doesn't have a default value