Add models and migrations
This commit is contained in:
parent
182523d36d
commit
9e542bc790
33 changed files with 597 additions and 125 deletions
|
@ -7,7 +7,6 @@ defmodule Nulla.Repo.Migrations.CreateUsers do
|
|||
add :email, :string
|
||||
add :password, :string
|
||||
add :is_moderator, :boolean, default: false, null: false
|
||||
|
||||
add :realname, :string
|
||||
add :bio, :string
|
||||
add :location, :string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue