Releases: ucan-lab/laravel-dacapo
Releases · ucan-lab/laravel-dacapo
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
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