We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d1153 commit 2fdb539Copy full SHA for 2fdb539
priv/repo/migrations/20180625095801_create_catelogs.exs
@@ -7,7 +7,7 @@ defmodule Dummy.Repo.Migrations.CreateCatelogs do
7
create table(:catelogs, primary_key: false) do
8
add :id, :uuid, primary_key: true
9
add :name, :string
10
- add :path, :ltree, null: false
+ add :path, :ltree, null: false, default: ""
11
12
timestamps()
13
end
0 commit comments