mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-21 04:59:47 +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`); |