[APP DOKTER] - alter table cabang #41

Open
opened 2024-01-29 12:05:04 +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();
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sindhu/belajar#41