Releases: BWICompanies/db2-driver
Releases · BWICompanies/db2-driver
1.3.2
Fix
- processColumnListing no longer present in base Illuminate Processor class.
Full Changelog: 1.3.1...1.3.2
1.3.1
Laravel 11.x support
1.2.1
- Use default for blank schema by @sluggern67
1.2.0
Added
- UUID col type
Updated
- Composer version bumps for Illuminate packages
1.1.0
New
- Bumped Illuminate/contracts version to make compatible with Laravel 10.x
1.0.5
Fix
- Only use schema config value if non-blank and config key is set.
1.0.4
Fix
- Various Case Fixes
1.0.3
Fix
- Class reference casing
1.0.2
Fixes
- Class resolution issue
- Missing config issue
Updates
- "Text" migration column types are now created as
CLOB(64K)
1.0.1
Remove Notes