Sha256: 963a2a2343f52abdd607223745b74940fbed80f7b080db6ae4ca822003acefce

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

class CreateApplications < ActiveRecord::Migration
  def change
    create_table :applications do |t|
      t.string :name
      t.string :key
      t.string :description

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eventbus-0.0.20 admin/db/migrate/20120219021535_create_applications.rb