Skip to content

Releases: alirezasalehizadeh/QuickMigration

v1.8.0

21 Oct 08:27
185f91b
Compare
Choose a tag to compare

Add

  • Add check constraint and comment
  • Add export method for get sql`s as a file
  • Add uuid, ulid and array to StructureBuilder
  • Add dropCheck command
  • Add setAutoRun method to manage auto-execution of commands
  • Add tests

v1.7.5

22 Sep 14:21
19f32e6
Compare
Choose a tag to compare

Add

  • Add change method to Structure for modify you tables
  • Add after attribute
  • Add timestamps method to StructureBuilder
  • Add tests

v1.6.3

03 Aug 15:09
9f254fc
Compare
Choose a tag to compare

Add

  • Add create method to Structure class
  • Add tests

v1.6.2

14 Jul 16:06
3972982
Compare
Choose a tag to compare

Add

  • Custom foreign key option
  • Add tests

Fix

  • Fix implement foreign key issue
  • Fix run commands issue

v1.6.1

11 Jul 13:10
fa77de3
Compare
Choose a tag to compare

Add

  • Add index option
  • Add display of SQL query option
  • Add unsigned method
  • Add AlterTable, CreateInedx, DropIndex Command
  • Add tests

v1.6.0

07 Jul 11:46
00ca99c
Compare
Choose a tag to compare

Add

  • Add foreign key option for MySql database

v1.5.9

28 Jun 14:51
Compare
Choose a tag to compare

Add

  • Create custom column added

v1.5.6

27 Jun 19:36
Compare
Choose a tag to compare

Add

  • Add new createEnumTypeColumnWithDefaultValue test

Fix

  • Fix bug order of nullable and default method in structure

v1.5.5

21 Jun 18:50
17b9026
Compare
Choose a tag to compare

Fix

  • Fix enum SQL Bug

Update

  • Update match default, match type in mysql translator
  • Update match default, match type in postgresql translator
  • Update tests in StructureBuilderTest
  • Update default in Column class

v1.5.0

04 Jun 09:33
4267875
Compare
Choose a tag to compare

Add

  • Add enum in structure

Update

  • Update column default to callable
  • Update tests in StructureBuilderTest

Fix

  • Fix translator resolver
  • Fix match default, match index in mysql translator
  • Fix match default, match index in postgresql translator