Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

2.9.0

Compare
Choose a tag to compare
@synw synw released this 11 Jun 11:56
· 162 commits to master since this release
  • Fix index in DbTable in case of same row name for different tables
  • Fix the initialization when the fromAsset parameter is used
  • Fix schema constructor in case of multiple foreign keys
  • Add the timestamp method to DbTable
  • Add a uniqueTogether method to DbTable
  • Add a blob method to schema constructor
  • Improve the docs for schema definition