Sha256: 019dc5855eceb2e9c21988228e8d491dcd4b305eeca9aa1df18a662bcdab3d16
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module ActiveRecord class SchemaMigration < ActiveRecord::Base # :nodoc: class << self def table_exists? connection.table_exists?(table_name) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems