Closed sean8300 closed 3 years ago
Just a simple flag on/off toggle to call attention to a listing. Will be visible on top of every page, near clock in. If count of flags > 0 then the color of the flag button will change Submitted By: Sean O'Donnell
ALTER TABLE listing ADD flag INT(1) NULL AFTER manual_gps;
listing
flag
manual_gps
Just a simple flag on/off toggle to call attention to a listing. Will be visible on top of every page, near clock in. If count of flags > 0 then the color of the flag button will change Submitted By: Sean O'Donnell