fix(pastes): update schema with timestamps macro
Signed-off-by: Sphericalkat <amolele@gmail.com>
This commit is contained in:
parent
5eb22fdb9c
commit
4554b672af
@ -9,6 +9,8 @@ defmodule Ketbin.Pastes.Paste do
|
|||||||
field :content, :string
|
field :content, :string
|
||||||
field :is_url, :boolean, default: false
|
field :is_url, :boolean, default: false
|
||||||
field :belongs_to, :id
|
field :belongs_to, :id
|
||||||
|
|
||||||
|
timestamps()
|
||||||
end
|
end
|
||||||
|
|
||||||
@doc false
|
@doc false
|
||||||
|
Loading…
Reference in New Issue
Block a user