Guest User

Untitled

a guest
Oct 17th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. User:
  2. columns:
  3. username: string(255)
  4. password: string(255)
  5. relations:
  6. BankAccounts:
  7. type: many
  8. class: BankAccout
  9. local: id
  10. foreign: user_id
  11. onDelete: CASCADE
  12. Bills:
  13. type: many
  14. class: Bill
  15. local: id
  16. foreign: user_id
Add Comment
Please, Sign In to add comment