Sha256: 1670dc87357a57957907972b3acf2333b41d660cdb7c89c8655f9b72b6ae1476
Contents?: true
Size: 228 Bytes
Versions: 36
Compression:
Stored size: 228 Bytes
Contents
class CreateInformationForms < ActiveRecord::Migration def self.up create_table :information_forms do |t| t.string :name t.timestamps end end def self.down drop_table :information_forms end end
Version data entries
36 entries across 36 versions & 1 rubygems