Sha256: 42ec87e5a60b3c3ae4cdad1f015abdfbaf5f51ea6954724fbe2ab9b8c331c494
Contents?: true
Size: 158 Bytes
Versions: 9
Compression:
Stored size: 158 Bytes
Contents
class AddGuidToTables < ActiveRecord::Migration def up add_column :tables, :guid, :string end def down remove_column :tables, :guid end end
Version data entries
9 entries across 9 versions & 1 rubygems