Sha256: 1bbdcb99bd20b83ee6ca313f500f96b226b8fe814253c7a396b92e1016baeafa

Contents?: true

Size: 212 Bytes

Versions: 10

Compression:

Stored size: 212 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do

    create_table :admin_params, :force => true do |t|
      t.string :name
      t.integer :pos
      t.timestamps
    end

    add_index :admin_params, [:name]

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
aslon_settings-0.1.8 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.7 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.6 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.5 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.4 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.3 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.2 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.0.2 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.0.1 lib/rails/generators/aslon_settings/templates/schema.rb
aslon_settings-0.1.1 lib/rails/generators/aslon_settings/templates/schema.rb