Sha256: 12430addc0a348244a08b22d27012f1516ef96e97f58a4725ba3597e2c0e1046
Contents?: true
Size: 315 Bytes
Versions: 9
Compression:
Stored size: 315 Bytes
Contents
class CreateOminousClosers < ActiveRecord::Migration def change create_table :ominous_closers do |t| t.column :name, :string t.column :url, :string t.column :closure_method, :string, :limit => 30 t.column :start_hidden, :boolean, :default => false t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems