Sha256: 0c536e1e8d657e3156532ac8c17d48649dab48fe032f658519e03dda431f5ee6
Contents?: true
Size: 269 Bytes
Versions: 9
Compression:
Stored size: 269 Bytes
Contents
class CreateIndex < ActiveRecord::Migration def self.up create_table :seasy_data do |t| t.string :key t.string :target t.integer :id t.integer :weight t.timestamps end end def self.down drop_table :seasy_data end end
Version data entries
9 entries across 9 versions & 1 rubygems