yii 2 Crie migração com campos

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