Branch : - branch - master nif nif2 nif2_rebased nif3 nif4 nif4_rebased nif_rebased v0.1 v0.2 v0.3 v0.4 - tag - v0 v0.1.0 v0.1.1 v0.2.0 v0.3.0 v0.3.1 v0.3.2 v0.3.3 v0.4.0
defmodule Kmxgit.Repo.Migrations.CreateOrganisations do use Ecto.Migration def change do create table(:organisations) do add :description, :string add :name, :string timestamps() end end end