Christian

Results 3 comments of Christian

Any news about this? I'm using a custom data type `OrderedUuid` which extends `BinaryUuid`. Baking the fixtures gives me: ``` public $fields = [ 'uuid' => ['type' => 'ordereduuid', 'length'...

For those who might be interested in a workaround to use custom data types with bake fixtures: Add your custom data type (e.g. `mycustomtype` which should be a `BINARY(16)`) in...

@de-don Did you wrote an Luxon adapter for the datetime-picker? I'm considering Luxon for a project and I'm not sure if I need to implement my own adapter to get...