3 lines
75 B
MySQL
3 lines
75 B
MySQL
|
ALTER TABLE "mumbai_holiday"
|
||
|
ADD "operating_schedule" text;
|
||
|
COMMIT;
|