yii 2 Utwórz migrację z polami

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