phoenixRealWorld/priv/repo/seeds.exs
ReyoKatsu 6431f6651a
init
2025-04-12 00:31:08 +09:00

11 lines
369 B
Elixir

# Script for populating the database. You can run it as:
#
# mix run priv/repo/seeds.exs
#
# Inside the script, you can read and write to any of your
# repositories directly:
#
# PhoenixRealWorld.Repo.insert!(%PhoenixRealWorld.SomeSchema{})
#
# We recommend using the bang functions (`insert!`, `update!`
# and so on) as they will fail if something goes wrong.