This website requires JavaScript.
Explore
Help
Sign In
moon
/
honkoma
Watch
1
Star
0
Fork
You've already forked honkoma
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
08fdbd6f3a
honkoma
/
lib
/
pleroma
/
object.ex
10 lines
119 B
Elixir
Raw
Blame
History
defmodule
Pleroma.Object
do
use
Ecto.Schema
schema
"
objects
"
do
field
:data
,
:map
timestamps
(
)
end
end
Reference in New Issue
View Git Blame
Copy Permalink