Gab-Social/db/migrate/20190510231315_add_pro_expires_at_to_accounts.rb

6 lines
138 B
Ruby
Raw Normal View History

2019-07-02 07:10:25 +00:00
class AddProExpiresAtToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :pro_expires_at, :datetime
end
end