Merge pull request #1163 from ZhdanovMV/patch-1

Update phoenix-migrations.md
This commit is contained in:
Rico Sta. Cruz 2020-02-13 22:02:14 +11:00 committed by GitHub
commit b5cd93a09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ create table(:documents) do
add :age, :integer
add :price, :float
add :price, :float, precision: 10, scale: 2
add :published_at, :datetime
add :published_at, :utc_datetime
add :group_id, references(:groups)
add :object, :json