Releases: alirezasalehizadeh/QuickMigration
Releases · alirezasalehizadeh/QuickMigration
v1.8.0
v1.7.5
Add
- Add
changemethod toStructurefor modify you tables - Add
afterattribute - Add
timestampsmethod toStructureBuilder - Add tests
v1.6.3
Add
- Add
createmethod toStructureclass - Add tests
v1.6.2
Add
- Custom foreign key option
- Add tests
Fix
- Fix implement foreign key issue
- Fix run commands issue
v1.6.1
Add
- Add
indexoption - Add display of SQL query option
- Add
unsignedmethod - Add
AlterTable,CreateInedx,DropIndexCommand - Add tests
v1.6.0
Add
- Add foreign key option for
MySqldatabase
v1.5.9
Add
- Create custom column added
v1.5.6
Add
- Add new
createEnumTypeColumnWithDefaultValuetest
Fix
- Fix bug order of
nullableanddefaultmethod in structure
v1.5.5
Fix
- Fix
enumSQL Bug
Update
- Update
match default,match typeinmysql translator - Update
match default,match typeinpostgresql translator - Update tests in
StructureBuilderTest - Update
defaultinColumnclass
v1.5.0
Add
- Add
enumin structure
Update
- Update column
defaultto callable - Update tests in
StructureBuilderTest
Fix
- Fix translator resolver
- Fix
match default,match indexinmysql translator - Fix
match default,match indexinpostgresql translator