Add remarks to articles
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
defmodule Outlook.Repo.Migrations.AddRemarksToArticles do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:articles) do
|
||||
add :remarks, :text
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user