Update
This commit is contained in:
parent
f90a7133bc
commit
00ecbadeca
29 changed files with 871 additions and 12 deletions
|
@ -13,6 +13,7 @@ defmodule Nulla.Repo.Migrations.CreateNotes do
|
|||
add :cc, {:array, :string}
|
||||
add :sensitive, :boolean, default: false, null: false
|
||||
add :content, :string
|
||||
add :tag, {:array, :map}
|
||||
add :language, :string
|
||||
add :featured, :boolean, default: false, null: false
|
||||
add :actor_id, references(:actors, on_delete: :delete_all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue