Update bio in users table
This commit is contained in:
parent
385afb9308
commit
7372e0fdc1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ defmodule Nulla.Repo.Migrations.CreateUsers do
|
|||
add :password, :string
|
||||
add :is_moderator, :boolean, default: false, null: false
|
||||
add :realname, :string
|
||||
add :bio, :string
|
||||
add :bio, :text
|
||||
add :location, :string
|
||||
add :birthday, :date
|
||||
add :fields, :map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue