Entity.OpenidAssociation.dcm.yml 764 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. Entity\OpenidAssociation:
  2. type: entity
  3. table: openid_association
  4. repositoryClass: Entity\Repository\OpenidAssociationRepository
  5. fields:
  6. id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. generator:
  12. strategy: IDENTITY
  13. idp_endpoint_uri:
  14. type: text
  15. nullable: false
  16. session_type:
  17. type: string
  18. length: 30
  19. fixed: false
  20. nullable: false
  21. assoc_handle:
  22. type: text
  23. nullable: false
  24. assoc_type:
  25. type: text
  26. nullable: false
  27. expires_in:
  28. type: bigint
  29. nullable: false
  30. mac_key:
  31. type: text
  32. nullable: false
  33. created:
  34. type: bigint
  35. nullable: false
  36. lifecycleCallbacks:
  37. prePersist:
  38. - before_save