Fix 20250615131158_create_users.exs
This commit is contained in:
parent
32bb4c7ca2
commit
95df5ed0e0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ defmodule Nulla.Repo.Migrations.CreateUsers do
|
||||||
add :id, :bigint, primary_key: true
|
add :id, :bigint, primary_key: true
|
||||||
add :email, :string
|
add :email, :string
|
||||||
add :password, :string
|
add :password, :string
|
||||||
add :privateKeyPem, :string
|
add :privateKeyPem, :text
|
||||||
add :last_active_at, :utc_datetime
|
add :last_active_at, :utc_datetime
|
||||||
|
|
||||||
timestamps(type: :utc_datetime)
|
timestamps(type: :utc_datetime)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue