Skip to content

Base de datos

TxeMac edited this page Jan 23, 2017 · 14 revisions
  • user

    • id
    • email
    • first_name
    • last_name
    • password
    • last_login
    • avatar
    • created_at
    • updated_at
  • bank_account

    • id
    • user_id
    • name
    • description
    • balance
    • currency
    • created_at
    • updated_at
  • category

    • id
    • user_id
    • parent_id
    • name
    • icon
    • type
  • transaction

    • id
    • bank_account_id
    • category_id
    • description
    • date
    • amount
    • created_at
    • updated_at
Clone this wiki locally