Skip to content

Tags: hyperf/database

Tags

v3.1.52

Support to throw exception when read `null` from `Model::createOrFirst`.

v3.1.51

Added `Hyperf\Database\Model\Model::hasAppended()`. (#7262)

v3.1.48

Added `findOrFail` to `Hyperf\Database\Model\Collection` (#7192)

v3.1.47

Format code (#7177)

v3.1.46

Added method `Hyperf\Database\Schema\Blueprint::engine()`. (#7156)

v3.1.45

Added `setVisible` and `setHidden` into `Model\Collection`. (#7147)

v3.1.44

Added support for disallowing class morphs (#7110)

v3.1.43

Added `Hyperf\Database\Model\Relations\Relation::getMorphAlias()`. (#…

…7025)



Co-authored-by: 李铭昕 <[email protected]>

v3.1.42

update github actions for all components. (#7090)

v3.1.41

Optimized the version of requirement for `hyperf/database`.