Default database values

It seems that in Yii1.1, when you went to ‘create’ in the CRUD stuff, the form would be filled out with the default values that were set in the database. In Yii2 that doesn’t seem to be the case. I am I wrong and/or how can I have these values displayed?

Thanks in advance.

Is this what you want?

http://www.yiiframework.com/doc-2.0/guide-db-active-record.html#default-attribute-values

Sure looks like it ;D Thanks.