Sha256: 3ea4f2c967d098130ff2b354020fd5c8c907f2f3d5f0bf6b7952566e6e4ede61
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
class CreateNotNamespaced < ActiveRecord::Migration def self.up create_table :not_namespaced_active_record_class_but_long_enough_it_shouldnt_cause_conflicts do |t| t.column :name, :string, :null => false end end def self.down drop_table :not_namespaced_active_record_class_but_long_enough_it_shouldnt_cause_conflicts end end
Version data entries
6 entries across 6 versions & 1 rubygems