add clothes type to clothes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user