Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #2576 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

TIME datatype in MySQL

Reported by: robbyrussell Assigned to: David
Priority: normal Milestone: 1.1
Component: ActiveRecord Version: 0.13.1
Severity: normal Keywords:
Cc:

Description

Like my patch (#2575) for Postgresql, MySQL has a TIME datatype. This should allow for the same fix to work with Migrations and Rake where fixtures only contain the time.

Attachments

mysql_time_datatype.diff (0.7 kB) - added by robbyrussell on 10/23/05 17:03:11.
Changes time to use time datatype in Mysql rather than datetime

Change History

10/23/05 17:03:11 changed by robbyrussell

  • attachment mysql_time_datatype.diff added.

Changes time to use time datatype in Mysql rather than datetime

10/23/05 17:23:02 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

Changeset [2713].