up do
    unless self[:organizations_auditors].columns.include?(:role_guid)
      alter_table :organizations_auditors do
        add_column :role_guid, String, size: 255
        add_column :created_at, :timestamp, null: false, default: Sequel::CURRENT_TIMESTAMP