mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-19 01:51:11 +08:00
2 lines
174 B
SQL
2 lines
174 B
SQL
ALTER TABLE `cloud_traffic_reports` ADD `issued_at` integer;--> statement-breakpoint
|
|
CREATE INDEX `cloud_traffic_reports_issued_idx` ON `cloud_traffic_reports` (`issued_at`); |