Last active
August 29, 2015 14:09
-
-
Save benkolera/1a1a4f313e1dbd99187b to your computer and use it in GitHub Desktop.
Wat?
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 [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase| | |
| Success | |
| who Text List | |
| what Text | |
| achievements Text List | |
| |] | |
| -- Generates a table with a single varchar for who / achievements without any error or warning. | |
| -- It just gets completely ignored... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment