Database schema type enum

I need to restrict the values in one of my database columns. Normally I would do this with an enum datatype buy there is no such thing in the Yii2 migration class. How can this be achieved both in the database as well as the model rules?