Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rav1kantsingh/d05ec501b645370c6dea22165854aeea to your computer and use it in GitHub Desktop.
Save rav1kantsingh/d05ec501b645370c6dea22165854aeea to your computer and use it in GitHub Desktop.
Timestamp Declaration #liquibase
<column name="created_at" type="Timestamp" defaultValueComputed="CURRENT_TIMESTAMP"/>
<column name="updated_at" type="Timestamp"
defaultValueComputed="CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment