How can I create Object that need reference to another object without create the son object in the same time [ like how to create User without Post in the example ]
a
agartha
01/27/2018, 9:47 PM
Make the field not required on User
b
BSD
01/27/2018, 9:58 PM
But can I create the object with reference? [id or something? ]