[App Dokter - Update alter table OrderSaran dan one_result di regional] #34

Open
opened 2023-12-16 09:16:46 +07:00 by sindhu · 0 comments
Owner

alter table order_saran modify OrderSaranLastUpdated timestamp default current_timestamp()
on update current_timestamp();

alter table one_result add
oneResultLastUpdated timestamp default current_timestamp()
on update current_timestamp();

alter table order_saran modify OrderSaranLastUpdated timestamp default current_timestamp() on update current_timestamp(); alter table one_result add oneResultLastUpdated timestamp default current_timestamp() on update current_timestamp();
sindhu changed title from [Update alter table OrderSaran dan one_result di regional] to [App Dokter - Update alter table OrderSaran dan one_result di regional] 2023-12-16 09:36:02 +07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sindhu/belajar#34