module ActiveRecord::Migration::Compatibility::V4_2::TableDefinition
def timestamps(**options)
def timestamps(**options) options[:null] = true if options[:null].nil? super end
def timestamps(**options) options[:null] = true if options[:null].nil? super end