studio32x32 / yii2-migration
Extended class for migration based on Yii2 Migration
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
pkg:composer/studio32x32/yii2-migration
Requires
- php: >=5.6
- yiisoft/yii2: ^2.0.6
Requires (Dev)
This package is not auto-updated.
Last update: 2025-10-26 06:42:48 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 |