Sha256: d7a11e62c9a38cbafc1ceb2263528385d60fa4e9b67e39e7c32acd9e6934e37d
Contents?: true
Size: 306 Bytes
Versions: 7
Compression:
Stored size: 306 Bytes
Contents
# Copyright 2023 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. class TableWithSequence < ActiveRecord::Base self.table_name = :table_with_sequence self.sequence_name = :test_sequence end
Version data entries
7 entries across 7 versions & 1 rubygems