def change
    create_table :comable_payment_methods do |t|
      t.string :name, null: false
      t.string :payment_provider_type, null: false
      t.integer :payment_provider_kind, null: false