Skip to content

Commit

Permalink
Add read only field to migration (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Dec 12, 2023
1 parent b4329a1 commit 26b3b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_test/support/migration.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ defmodule Ecto.Integration.Migration do
add :intensity, :float
add :author_id, :integer
add :posted, :date
add :read_only, :string
timestamps(null: true)
end

Expand Down

0 comments on commit 26b3b20

Please sign in to comment.