# File lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 162
          def microseconds(time)
            ((time[:sec_fraction].to_f % 1) * 1_000_000).to_i
          end