[APP DOKTER] - alter table cabang #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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();