A 'modified at' column can be created in ORMLite by using the version
annotation, as described at http://ormlite.com/javadoc/ormlite-core/doc-files/ormlite_2.html#index-time-row-last-modified.
Is it possible to define a 'created at' column, which is automatically populated with the current timestamp but unmodified thereafter?