Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F21908314
20170320193800_create_user.exs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
317 B
Referenced Files
None
Subscribers
None
20170320193800_create_user.exs
View Options
defmodule
Pleroma.Repo.Migrations.CreatePleroma.User
do
use
Ecto.Migration
def
change
do
create_if_not_exists
table
(
:users
)
do
add
(
:email
,
:string
)
add
(
:password_hash
,
:string
)
add
(
:name
,
:string
)
add
(
:nickname
,
:string
)
add
(
:bio
,
:string
)
timestamps
()
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sun, Dec 28, 1:43 AM (6 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
839903
Default Alt Text
20170320193800_create_user.exs (317 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment