diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2017-02-14 02:04:51 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2017-02-14 13:22:17 +0000 |
commit | 8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b (patch) | |
tree | e767e648f67916c46885505e5ee509e613718a52 /tasks | |
parent | e9949265d9fb6e20aa4c73f189147812db377edc (diff) | |
download | rails-8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b.tar.gz rails-8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b.tar.bz2 rails-8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b.zip |
Use ActiveRecord `bigint` type, not SQL literal bigint
Oracle database itself does not have `bigint` SQL type, then it gets `ORA-00902: invalid datatype`.
It can be addressed by using ActiveRecord `bigint` type
because Oracle enhanced adapter recognizes ActiveRecord `bigint` type
and transfer it to its equivalent SQL type `NUMBER(19)`.
Diffstat (limited to 'tasks')
0 files changed, 0 insertions, 0 deletions