Sha256: baa62c5fe20fd0667241de10d71fbc4bacb991a6812654e7e94c218abff25c06

Contents?: true

Size: 202 Bytes

Versions: 34

Compression:

Stored size: 202 Bytes

Contents

# encoding: utf-8

ActiveRecord::Schema.define(:version => 1) do
  create_table 'models', :force => true do |t|
    t.string 'name'
    t.integer 'position'
  end
  add_index 'models', ['position']
end

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
active_scaffold_sortable-3.5.0 test/schema.rb
active_scaffold_sortable-3.4.0 test/schema.rb
active_scaffold_sortable-3.3.10 test/schema.rb
active_scaffold_sortable-3.3.8 test/schema.rb
active_scaffold_sortable-3.3.7 test/schema.rb
active_scaffold_sortable-3.3.6 test/schema.rb
active_scaffold_sortable-3.3.5 test/schema.rb
active_scaffold_sortable-3.3.4 test/schema.rb
active_scaffold_sortable-3.3.3 test/schema.rb
active_scaffold_sortable-3.3.2 test/schema.rb
active_scaffold_sortable-3.3.1 test/schema.rb
active_scaffold_sortable-3.3.0 test/schema.rb
active_scaffold_sortable-3.2.13 test/schema.rb
active_scaffold_sortable-3.2.12 test/schema.rb
active_scaffold_sortable-3.2.11 test/schema.rb
active_scaffold_sortable-3.2.10 test/schema.rb
active_scaffold_sortable-3.2.9 test/schema.rb
active_scaffold_sortable-3.2.8 test/schema.rb
active_scaffold_sortable-3.2.7 test/schema.rb
active_scaffold_sortable-3.2.6 test/schema.rb