Sha256: 66cb756c830f1338ae866513aaa7eefd990ac9b40bb65ab89eb2e63b3daf811c

Contents?: true

Size: 265 Bytes

Versions: 3

Compression:

Stored size: 265 Bytes

Contents

# This migration comes from stachio (originally 20130509172418)
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

3 entries across 3 versions & 1 rubygems

Version Path
stachio-0.0.6 spec/dummy/db/migrate/20130529132016_create_stachio_templates.stachio.rb
stachio-0.0.5 spec/dummy/db/migrate/20130529132016_create_stachio_templates.stachio.rb
stachio-0.0.4 spec/dummy/db/migrate/20130529132016_create_stachio_templates.stachio.rb