Sha256: 69b5a59b51993cbec1592f7d6e49a770a19284516ac98cf5bccb4ea395aa7a97
Contents?: true
Size: 233 Bytes
Versions: 7
Compression:
Stored size: 233 Bytes
Contents
class CreateHostnames < ActiveRecord::Migration def self.up create_table :hostnames do |t| t.string :hostname t.integer :site_id t.timestamps end end def self.down drop_table :hostnames end end
Version data entries
7 entries across 7 versions & 1 rubygems