I have a field that is going to hold a time. Since Rails “knows” the
MySQL type datetime, should I use that instead of the type “time” and
just leave the feild portions of datetime blank?
Second Question:
What I am really trying to do is save a day of the week and time in a
field i.e. Sunday 7:00pm
Right now I have a varchar holding the day of the week seperate from
the time. Is this the best way to do this, yes?
Thanks everyone for the help!
-Bradly