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

Version Path
activerecord-spanner-adapter-2.1.0 acceptance/models/table_with_sequence.rb
activerecord-spanner-adapter-2.0.0 acceptance/models/table_with_sequence.rb
activerecord-spanner-adapter-1.8.0 acceptance/models/table_with_sequence.rb
activerecord-spanner-adapter-1.6.3 acceptance/models/table_with_sequence.rb
activerecord-spanner-adapter-1.6.2 acceptance/models/table_with_sequence.rb
activerecord-spanner-adapter-1.6.1 acceptance/models/table_with_sequence.rb
activerecord-spanner-adapter-1.6.0 acceptance/models/table_with_sequence.rb