2 lines
99 B
MySQL
2 lines
99 B
MySQL
![]() |
ALTER TABLE "bus_events" ADD COLUMN idx GENERATED ALWAYS AS (json_extract(data, '$.idx')) VIRTUAL;
|