antes de viaje
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
defmodule Derivantes.Repo.Migrations.AddMatriculaToUser do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
|
||||
alter table(:users) do
|
||||
add :matricula, :string
|
||||
end
|
||||
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user