Created
November 18, 2016 15:28
-
-
Save paulcsmith/e50463474a8075ad71b790656cef8442 to your computer and use it in GitHub Desktop.
This file contains 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
macro schema(table_name) | |
{{yield}} | |
setup_table # this is a marco that gets all the fields and set up an intializer | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment