go-reform / reform

A better ORM for Go, based on non-empty interfaces and code generation.
https://gopkg.in/reform.v1
MIT License
1.44k stars 73 forks source link

Fix reform-db init for tables with composite PK #301

Closed AlekSi closed 3 years ago

AlekSi commented 3 years ago

It was broken since #241.

Fixes #274.