zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
3 stars 1 forks source link

Update database script to optimize order events. #27

Closed SalmanSaleh1 closed 4 months ago

SalmanSaleh1 commented 4 months ago

Change the certificate_event_id data type from VARCHAR(255) to INT(255) with AUTO_INCREMENT to enhance ordering events by it.

SalmanSaleh1 commented 4 months ago

done.