Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justindthomas/1185d87fa842ebc9948e690cd9ec63f2 to your computer and use it in GitHub Desktop.
Save justindthomas/1185d87fa842ebc9948e690cd9ec63f2 to your computer and use it in GitHub Desktop.
mkPersist defaultCodegenConfig [groundhog|
definitions:
- entity: Article
dbName: article
fields:
- name: created_at
dbname: created_at
default: now()
|]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment