add links
This commit is contained in:
parent
3842798968
commit
e2b802f968
54 changed files with 4984 additions and 6 deletions
11
priv/repo/migrations/20241021042325_create_links.exs
Normal file
11
priv/repo/migrations/20241021042325_create_links.exs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
defmodule Zoeyscomputer.Repo.Migrations.CreateLinks do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create table(:links) do
|
||||
add :url, :text
|
||||
|
||||
timestamps(type: :utc_datetime)
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue