CMTV
Well-known member
The question is stated in the title of this thread.
Should I do the same with my entities?
What about string IDs? String
PHP:
@property int|null trophy_id
PHP:
'trophy_id' => ['type' => self::UINT, 'autoIncrement' => true, 'nullable' => true]
Should I do the same with my entities?
What about string IDs? String
UserField
ID, for example, is not marked as nullable