studio32x32/yii2-migration

Extended class for migration based on Yii2 Migration

Maintainers

Package info

github.com/studio-32x32/yii2-migration

Issues

pkg:composer/studio32x32/yii2-migration

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

1.0 2017-03-03 12:25 UTC

This package is not auto-updated.

Last update: 2026-03-15 08:31:09 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