thirteen-tien-len/db/migrate/20231027042335_add_logo_url_to_token.rb
2023-10-27 04:50:02 +00:00

6 lines
121 B
Ruby

class AddLogoUrlToToken < ActiveRecord::Migration[6.1]
def change
add_column :tokens, :logo_url, :string
end
end