add clothes type to clothes

This commit is contained in:
2021-09-24 14:43:41 +02:00
parent 2486143842
commit a8d30550ab
8 changed files with 432 additions and 428 deletions
@@ -5,6 +5,7 @@ defmodule PokemonCouture.Repo.Migrations.CreateClothes do
create table(:clothes) do
add :name, :string
add :color, :string
add :type, :string
add :location, :string
add :game, :string
timestamps()