fjborquez / azula

0 stars 0 forks source link

Update product_status table adding is_final_phase fields and update content #12

Closed Norbbs closed 2 weeks ago

Norbbs commented 2 months ago
  1. Add the following column:
Property Key Type Nullable Limit Example
is_final_phase TINYINT NOT NULL 1 1
  1. The is_final_phase must be false or 0 by default.

  2. Update the seeders with the following information and execute it:

Image