Sha256: fc8af1f7fe514065f07df7c9840e85b4bada11c6ea82837d5bef22f532b26b71
Contents?: true
Size: 224 Bytes
Versions: 6
Compression:
Stored size: 224 Bytes
Contents
class CreateSearchKeywords < ActiveRecord::Migration def self.up create_table :search_keywords do |t| t.string :keyword t.timestamps end end def self.down drop_table :search_keywords end end
Version data entries
6 entries across 6 versions & 1 rubygems