Update docs, getting started guide and mutations

This commit is contained in:
Vikram Rangnekar
2019-10-04 22:20:54 -04:00
parent 50ba6732fe
commit 52ee2cf6a3
5 changed files with 508 additions and 19 deletions

View File

@ -10,7 +10,8 @@ CREATE TABLE public.users (
---- create above / drop below ----
-- Write your migrate down statements here. If this migration is irreversible
-- Then delete the separator line above.
-- Write your down migrate statements here. If this migration is irreversible
-- then delete the separator line above.
DROP TABLE public.users
DROP TABLE public.users