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

1.0 2017-03-03 12:25 UTC

This package is not auto-updated.

Last update: 2025-09-28 06:18:20 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