Skip to content

Commit b8995d7

Browse files
string field for integration test
1 parent 5c46f5f commit b8995d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_test/support/migration.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ defmodule Ecto.Integration.Migration do
8989
end
9090

9191
create table(:orders) do
92+
add :label, :string
9293
add :item, :map
9394
add :items, :map
9495
add :meta, :map

0 commit comments

Comments
 (0)