We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data T1 = T1 { _t1_F1 :: Int } data T2 = T2 { _t2_F2 :: T1 } mkPersist(defaultCodegenConfig { namingStyle = escapeUnderscore }) [groundhog| definitions: - entity: T2 dbName: t2 autoKey: null keys: - name: Xxx default: true constructors: - name: T2 uniques: - name: Xxx type: primary fields: [_t2_F2._t1_F1] |]
Exception when trying to run compile-time code: Not found field with name "_t2_F2._t1_F1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: