We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473dcc2 commit eb1f7ecCopy full SHA for eb1f7ec
priv/repo/migrations/20251218151438_create_teams.exs
@@ -5,7 +5,7 @@ defmodule Ares.Repo.Migrations.CreateTeams do
5
create table(:teams, primary_key: false) do
6
add :id, :binary_id, primary_key: true
7
add :name, :string
8
- add :description, :string
+ add :description, :text
9
add :code, :string
10
add :skills_needed, :string
11
add :experience_level, :string
0 commit comments