Skip to content

Commit

Permalink
Added migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserhussain1110 committed Apr 23, 2017
1 parent c9bab82 commit 200e5c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions priv/repo/migrations/20170423200957_add_test.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
defmodule ElixirTestApp.Repo.Migrations.AddTest do
use Ecto.Migration

def change do
create table(:test) do
add :title, :string

timestamps()
end
end
end

0 comments on commit 200e5c9

Please sign in to comment.