Sha256: 6df1ab902e6293e71b45ed7ccfda1b317485cbd1ae62b851c18cc3ba63cbda32

Contents?: true

Size: 251 Bytes

Versions: 38

Compression:

Stored size: 251 Bytes

Contents

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

    create_table :gmaps4rails_widgets, :force => true do |t|
      t.string    :title
      t.datetime  :created_at
      t.datetime  :updated_at
    end

    add_index :gmaps4rails_widgets, [:title]

end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
gmaps4rails-0.8.6 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.8.5 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.8.4 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.8.3 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.8.2 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.8.1 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.8.0 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.9 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.8 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.7 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.6 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.5 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.4 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.3 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.2 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.1 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.7.0 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.6.5 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.6.4 lib/rails/generators/gmaps4rails/templates/schema.rb
gmaps4rails-0.6.3 lib/rails/generators/gmaps4rails/templates/schema.rb