Sha256: f3c5fbdd5499613ce44ebae6e16812c5f65684e276ded2f2ba7b6c734b917c82

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

class CreateWatchtowerTags < ActiveRecord::Migration
  def change
    create_table :watchtower_tags do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watchtower-0.0.1 db/migrate/20120617073438_create_watchtower_tags.rb