library yii2-migration
Extended class for migration based on Yii2 Migration
studio32x32/yii2-migration
Extended class for migration based on Yii2 Migration
- Friday, March 3, 2017
- by studio32x32
- Repository
- 3 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
# Extended Yii2 migration class
Usage same as \yii\db\Migration, (*1)
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 |
dev-master
9999999-dev
Extended class for migration based on Yii2 Migration
Sources
Download
BSD-3-Clause
The Requires
The Development Requires
framework
yii2
migration
components
yii2 advanced
1.0
1.0.0.0
Extended class for migration based on Yii2 Migration
Sources
Download
BSD-3-Clause
The Requires
The Development Requires
framework
yii2
migration
components
yii2 advanced