studio32x32 / yii2-migration
Extended class for migration based on Yii2 Migration
1.0
2017-03-03 12:25 UTC
Requires
- php: >=5.6
- yiisoft/yii2: ^2.0.6
Requires (Dev)
This package is not auto-updated.
Last update: 2025-04-27 04:23:26 UTC
README
==========
Usage same as \yii\db\Migration
New functions
Name | Description |
---|---|
tableName | Return real table name from Yii2 table name template |
tableExists | Check if there is a table in the database |
tinyint | Create TINYINT field |
enum | Create ENUM field |
after | Create AFTER MySQL syntax |
comment | Create COMMENT MySQL syntax |
blob | Create BLOB column |
text | Create TEXT column |