Because the default would be to generate emoji output (so as to not result in a regression for those who prefer the emoji output), I have named the configuration disableEmoji. Setting disableEmoji = true reverts the generated code to PK and nullable.
Resolves #226
Because the default would be to generate emoji output (so as to not result in a regression for those who prefer the emoji output), I have named the configuration
disableEmoji
. SettingdisableEmoji = true
reverts the generated code toPK
andnullable
.