class AddRegistryLockTimeColumn < ActiveRecord::Migration def change change_table(:domains) do |t| t.column :locked_by_registrant_at, :datetime, null: true end end end