Skip to content

studio-32x32/yii2-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Yii2 migration class

==========

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

About

Extended Yii2 migration class for representing a database migration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages