YII 2 создать миграцию с полями

yii migrate/create create_post_table --fields="title:string(12):notNull:unique,body:text"
mikelikestocode