Sha256: 12a340ecde9e6cc5ece960ef394698d100a89a6bfd7bc4d5a82d75925cc58cb3
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
class CreateTransactionableBankAccounts < ActiveRecord::Migration def change create_table :transactionable_bank_accounts do |t| t.integer :bank_accountable_id t.string :bank_accountable_type t.string :account_number t.string :name t.string :bank_name t.string :description t.string :account_type t.boolean :can_debit t.boolean :verified t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems