Skip to content

Commit 26b3b20

Browse files
Add read only field to migration (#581)
1 parent b4329a1 commit 26b3b20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration_test/support/migration.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule Ecto.Integration.Migration do
2727
add :intensity, :float
2828
add :author_id, :integer
2929
add :posted, :date
30+
add :read_only, :string
3031
timestamps(null: true)
3132
end
3233

0 commit comments

Comments
 (0)