Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

v2.2.2

Compare
Choose a tag to compare
@acelaya acelaya released this 02 Oct 18:15

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #28 Fixed a defect preventing the length property from the field declaration to be applied.

    Now, if you declare your field like this @ORM\Column(type=Action::class, length=16) the field will respect the length and be mapped to a VARCHAR(16).