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.2.5 test/schema.rb
active_scaffold_sortable-3.2.4 test/schema.rb
active_scaffold_duplicate-1.0.1 test/schema.rb
active_scaffold_sortable-3.2.3 test/schema.rb
active_scaffold_sortable-3.2.2 test/schema.rb
active_scaffold_sortable-3.2.1 test/schema.rb
active_scaffold_duplicate-1.0.0 test/schema.rb
active_scaffold_sortable-3.2.0 test/schema.rb
active_scaffold_sortable-3.1.2 test/schema.rb
active_scaffold_sortable-3.1.1 test/schema.rb
active_scaffold_sortable-3.1.0 test/schema.rb
active_scaffold_sortable-3.0.2 test/schema.rb
active_scaffold_sortable_vho-3.0.1 test/schema.rb
active_scaffold_sortable_vho-3.0.0 test/schema.rb