Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos
torque-postgresql
Wiki
Interval
Interval
· Changes
Page history
Created Interval (markdown)
authored
Apr 11, 2017
by
Lucas Serrano
Hide whitespace changes
Inline
Side-by-side
Interval.md
0 → 100644
View page @
48c1c2ba
Reads Postgresql's interval data type and transforms it into Rails'
`ActiveSupport::Duration`
.
[
PostgreSQL Docs
](
https://www.postgresql.org/docs/9.4/static/datatype-datetime.html#DATATYPE-INTERVAL-INPUT
)
# How it works
### Migration
### Using it