Sha256: f221b86b7a268ea6c5b7823f8151463232674e826da1f804c424bc888f028684
Contents?: true
Size: 343 Bytes
Versions: 20
Compression:
Stored size: 343 Bytes
Contents
module ActiveRecord module ConnectionAdapters module SQLite3 module ColumnDumper # :nodoc: private def default_primary_key?(column) schema_type(column) == :integer end def explicit_primary_key_default?(column) column.bigint? end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems