Sha256: 236e1c33c6b515af223798843ab62af0eec361ae04763623cb2be00c3a20b1f3
Contents?: true
Size: 220 Bytes
Versions: 22
Compression:
Stored size: 220 Bytes
Contents
class CreateOrganicSubstances < ActiveRecord::Migration def self.up create_table :organic_substances do |t| t.column :type, :string end end def self.down drop_table :organic_substances end end
Version data entries
22 entries across 22 versions & 4 rubygems