Sha256: 17327377a063de2675633bee4399ae7af89a56d1d2aef5beae8feab9ee4ab0a3
Contents?: true
Size: 196 Bytes
Versions: 15
Compression:
Stored size: 196 Bytes
Contents
class CreateCylons < ActiveRecord::Migration def self.up create_table :cylons do |t| t.string :name t.timestamps end end def self.down drop_table :cylons end end
Version data entries
15 entries across 15 versions & 1 rubygems