Skip to content

Releases: ucan-lab/laravel-dacapo

4.0.4

24 Jan 17:45
cf39879
Compare
Choose a tag to compare

4.0.3

23 Jan 17:24
2e27fc1
Compare
Choose a tag to compare

4.0.2

19 Jan 12:41
fa1df58
Compare
Choose a tag to compare

4.0.1

11 Jan 06:39
0d30a26
Compare
Choose a tag to compare

4.0.0

10 Jan 19:22
537aac3
Compare
Choose a tag to compare

Feature v4.0

  • Remake dacapo command
    • dacapo:init command
    • dacapo:clear command
    • dacapo command
    • dacapo:uninstall command
  • Laravel version 8 support
  • Combined with normal migration

Support Laravel Version

  • 6.x
  • 7.x
  • 8.x

Support Database System

  • MySQL
  • PostgreSQL

Unsupport Database System

  • SQLite
  • SQL Server

Support Column Type

  • bigIncrementsType
  • bigIntegerType
  • binaryType
  • booleanType
  • charType
  • dateTimeType
  • dateTimeTzType
  • dateType
  • decimalType
  • doubleType
  • enumType
  • floatType
  • foreignIdType
  • geometryCollectionType
  • geometryType
  • idType
  • incrementsType
  • integerType
  • ipAddressType
  • jsonbType
  • jsonType
  • lineStringType
  • longTextType
  • macAddressType
  • mediumIncrementsType
  • mediumIntegerType
  • mediumTextType
  • morphsType
  • multiLineStringType
  • multiPointType
  • multiPolygonType
  • nullableMorphsType
  • nullableTimestampsType
  • nullableUuidMorphsType
  • pointType
  • polygonType
  • rememberTokenType
  • setType
  • smallIncrementsType
  • smallIntegerType
  • softDeletesType
  • softDeletesTzType
  • stringType
  • textType
  • timestampsType
  • timestampsTzType
  • timestampType
  • timestampTzType
  • timeType
  • timeTzType
  • tinyIncrementsType
  • tinyIntegerType
  • unsignedBigIntegerType
  • unsignedDecimalType
  • unsignedIntegerType
  • unsignedMediumIntegerType
  • unsignedSmallIntegerType
  • unsignedTinyIntegerType
  • uuidMorphsType
  • uuidType
  • yearType

Support Column Modifiers

  • alwaysModifier
  • autoIncrementModifier
  • charsetModifier
  • collationModifier
  • commentModifier
  • defaultModifier
  • defaultRawModifier
  • fromModifier
  • generatedAsModifier
  • indexModifier
  • nullableModifier
  • storedAsModifier
  • uniqueModifier
  • unsignedModifier
  • useCurrentModifier
  • useCurrentOnUpdateModifier
  • virtualAsModifier

Unsupport Column Modifiers

  • after
  • change
  • first
  • renameColumn
  • dropColumn
  • dropMorphs
  • dropRememberToken
  • dropSoftDeletes
  • dropSoftDeletesTz
  • dropTimestamps
  • dropTimestampsTz
  • constrained
  • onUpdate
  • onDelete

Support Indexes

  • primary
  • unique
  • index
  • spatialIndex

Support Foreign key constraints

  • foreign()->references()->on()
  • onUpdate
  • onDelete

3.3.0

01 Aug 10:05
4c6f169
Compare
Choose a tag to compare

3.2.1

19 Apr 10:55
a2708f1
Compare
Choose a tag to compare

3.2.0

28 Mar 08:20
4348ed0
Compare
Choose a tag to compare
Merge pull request #112 from ucan-lab/feature/issue-105

windows の場合 migration ファイルの削除がうまくいっていない

3.1.0

10 Dec 14:34
45d8e79
Compare
Choose a tag to compare

3.0.3

18 Nov 03:29
fb351e6
Compare
Choose a tag to compare