***************** show meal response ***************** data :{ }, regional_cuisines: [] MEAL_TYPE=[ 0 => 'breakfast', 1 => 'Dinner', 2 => 'Lunch', 3 => 'Snacks' ], food_systems: [], tages: [] ------------------------------------------------ ***************** create or update ***************** api 1: - id not required for update meal_type_ref_id // string title_en title_ar description_en description_ar food_systems // array tutorial_regional_cuisines // string - not array tutorial_tags //array duration_hour duration_minutes portion_count ------------------- api 2: - id not required main_img_path main_video_path main_video_screenshot_path avater_vedio_screenshot_path ------------------------------------------------ ***************** Ingredient ***************** ------ add or update -------- id: not required for update name_en name_ar protein unit // zodha fe DB ------ ----- delete ----------- ***************** steps ***************** ------ add or update -------- ( Ask theme ) : title , step_media_path id: not required for update description_en description_ar -------------- query -------------------- ALTER TABLE `tutorial_steps` CHANGE `step_media_path` `step_media_path` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL;