We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4329a1 commit 26b3b20Copy full SHA for 26b3b20
1 file changed
integration_test/support/migration.exs
@@ -27,6 +27,7 @@ defmodule Ecto.Integration.Migration do
27
add :intensity, :float
28
add :author_id, :integer
29
add :posted, :date
30
+ add :read_only, :string
31
timestamps(null: true)
32
end
33
0 commit comments