def change do alter table(:user) do remove :last_name end
rename table(:user), :first_name, to: :nameenddef change do alter table(:user) do remove :last_name rename :first_name, to: :name endend--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/3357fa0f-ee1e-4847-87d4-829ebbb0e21f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.