Sha256: e9b3ac471c6c8aeed773e44d3b19bc875f26208c22257a87fec29c07467e735d
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
class CreateEntries < ActiveRecord::Migration def change create_table :entries do |t| t.string :slim t.string :slim_no_options t.string :slim_proc t.string :slim_attribute t.string :slim_scope t.string :html t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slim_validation-0.0.3 | spec/dummy/db/migrate/20150710020313_create_entries.rb |
slim_validation-0.0.2 | spec/dummy/db/migrate/20150710020313_create_entries.rb |