j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Can't set a varying date for default date field in @DatabaseField #57

Closed alfredayibonte closed 8 years ago

alfredayibonte commented 8 years ago

I released the defaultValue for a @DatabaseField does not take a varying value. Is there a way of allow DatabaseField pick current date?

j256 commented 8 years ago

Take a look at the version field in @DatabaseField : http://ormlite.com/docs/version-field

alfredayibonte commented 8 years ago

Thanks, that's great.