-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
Description
Just upgraded from 0.0.11 to 0.1.1 and having a lot breaking changes, one of them is, that I can't use
@Column({type: 'json'})
anymore, with the following error message:
Model is called "template" and has a property "presetAdvancedSettings" with the mentioned Column decorator.
Any idea why it doesn't work? o.O
GeorgievGG and thiagodff