Posts by Dev Snake • 1 point
2 posts
-
-2
votes2
answers47
viewsA: The date of a sale changes when the record of the sale is updated
Prevents mysql from changing the field data_venda when there is a UPDATE CREATE TABLE venda ( data_venda TIMESTAMP DEFAULT CURRENT_TIMESTAMP )…
-
-1
votes2
answers47
viewsQ: The date of a sale changes when the record of the sale is updated
The column data_venda TIMESTAMP(0) of my table venda returns the current time of sale on my sales registration form. Only on an update form where I update the sale schedule changes, and I didn’t…