Last active
September 15, 2019 20:03
-
-
Save shapr/4615f7751dbf12102599b20c8b07c655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| share [mkMigrate "migrateAll", mkPersist sqlSettings] [persistLowerCase| | |
| Paper json | |
| doi Text | |
| author Text | |
| published Day | |
| title Text | |
| Primary doi | |
| UniquePaperDoi doi | |
| deriving Show Generic | |
| Annotation json | |
| content Text | |
| paper PaperDoi | |
| pageNumber Int | |
| PaperPageNumber paper pageNumber | |
| Primary paper pageNumber | |
| deriving Show Generic | |
| |] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment