2

Is it possible to insert many image in one field of same table. For example one user created a profile and that user have to post some pictures in one field. Most user use another table for store image. Need your help

unknown
  • 322
  • 6
  • 25

1 Answers1

1

you have to create different model for that task. Or may be you have to declare array field. I think array field won't work to solve your problem