Yii 2 Buat migrasi dengan bidang

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