bupy7 / yii2-widget-cropbox

This widget allows crop image before upload to server and send informations about crop in JSON format.
BSD 3-Clause "New" or "Revised" License
91 stars 33 forks source link

should I create the attribute for crop_info in my table? #47

Closed asifrafeeq closed 6 years ago

asifrafeeq commented 6 years ago

should I create the attribute for crop_info in my table?

bupy7 commented 6 years ago

No, you don't. crop_info just contains the data about crop.

asifrafeeq commented 6 years ago

Ok thanks a lot.