diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-12-03 15:28:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-03 15:28:10 +0900 |
commit | 70fa9e9ab7fd89589664ecd7ee367448ef45f9d8 (patch) | |
tree | 7316525d59c2d36625a36a286ca33760145ced3f /actionmailer/lib/rails | |
parent | d0f5dce492696019ddf409892829f89bee5f45ef (diff) | |
download | rails-70fa9e9ab7fd89589664ecd7ee367448ef45f9d8.tar.gz rails-70fa9e9ab7fd89589664ecd7ee367448ef45f9d8.tar.bz2 rails-70fa9e9ab7fd89589664ecd7ee367448ef45f9d8.zip |
Emulate JSON types for SQLite3 adapter (#29664)
Actually SQLite3 doesn't have JSON storage class (so it is stored as a
TEXT like Date and Time). But emulating JSON types is convinient for
making database agnostic migrations.
Diffstat (limited to 'actionmailer/lib/rails')
0 files changed, 0 insertions, 0 deletions