In MySQL I can easily set the default value of a timestamp field to be the current time
fieldname timestamp not null default current_timestamp
Does anyone know how to do the same thing in java derby?
This should work fieldname TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
fieldname TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
3 years ago
viewed
1090 times
active