studio32x32/yii2-migration

Extended class for migration based on Yii2 Migration

1.0 2017-03-03 12:25 UTC

This package is not auto-updated.

Last update: 2024-05-11 23:56:40 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