Hey,
I would like to store time data accurate to the centisecond. The mySQL manual states that all stored values will be rounded.
I see two decent options. The time above the decimal place can be stored as TIME, and below the decimal can be stored as a TINYINT. The other option might be to shift all the values up so that HH:MM:SS:cc becomes DD:HH:MM:SS. Any other thoughts or criticisms?
Thanks for the ideas.
-Storm