Last active
August 31, 2020 18:22
-
-
Save featherart/e092df4a973108fa5598f9743b4198d4 to your computer and use it in GitHub Desktop.
generate a new todo context
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
# generate a new context Todos with a database table Items. This table will have fields | |
# description:string | |
# priority:string | |
# is_done:boolean | |
mix phx.gen.live Todos Item items description:string priority:string is_done:boolean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment