This is the documentation for concrete5 version 5.6 and earlier. View Current Documentation

Setting a default value in db.xml is not well documented, so I have wrote below example which works fine into Concrete 5.5.0:

<field name="name" type="I">
    <default value="0"/>
 </field>
Loading Conversation