Sha256: 343fe0d2081158eccd4a8a19050570a38966716e9c6398af4beb3f7b39a907a1

Contents?: true

Size: 201 Bytes

Versions: 9

Compression:

Stored size: 201 Bytes

Contents

class CreateStachioTemplates < ActiveRecord::Migration
  def change
    create_table :stachio_templates do |t|
      t.string :template_name
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
stachio-0.2.1 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.2.0 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.1.0 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.0.6 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.0.5 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.0.4 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.0.3 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.0.2 db/migrate/20130509172418_create_stachio_templates.rb
stachio-0.0.1 db/migrate/20130509172418_create_stachio_templates.rb