You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class modelx(ProtoBufMixin, Model):
pb_model = proto_test_pb2.model
pb_2_dj_fields = "__all__"
when i do a migration , I expected as a result to created an empty array on variable_test, however after the migration I got a empty string. How can I solve this problem? .
As you can see the default on migration shows as empty array, however I got a empty string
i have a proto :
django model
when i do a migration , I expected as a result to created an empty array on
variable_test
, however after the migration I got a empty string. How can I solve this problem? .As you can see the default on migration shows as empty array, however I got a empty string
result:
The text was updated successfully, but these errors were encountered: