You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SmallOverload9.orm.yml 527B

1234567891011121314151617181920212223242526
  1. PhpBenchmarksSymfony\SmallOverloadBundle\Entity\SmallOverload9:
  2. type: entity
  3. table: small_overload_9
  4. id:
  5. id:
  6. type: integer
  7. generator: { strategy: AUTO }
  8. options: { unsigned: true }
  9. fields:
  10. date:
  11. type: date
  12. dateTime:
  13. type: datetime
  14. fixedString:
  15. type: string
  16. length: 31
  17. options:
  18. fixed: true
  19. variableString:
  20. type: string
  21. length: 255