mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* added timestamp column to db table * consolidated write operation * fixed storing reports when get_browser() would return empty
3 lines
94 B
SQL
3 lines
94 B
SQL
ALTER TABLE `aowow_reports`
|
|
ADD COLUMN `createDate` INT UNSIGNED NOT NULL AFTER `status`;
|