class AddDisabledAtToApiClients

Public Instance Methods

change() click to toggle source
# File lib/stitches/generator_files/db/migrate/add_disabled_at_to_api_clients.rb, line 2
def change
  add_column :api_clients, :disabled_at, "timestamp with time zone", null: true
end