Skip to content

Instantly share code, notes, and snippets.

@rav1kantsingh
Last active January 28, 2024 09:06
Show Gist options
  • Save rav1kantsingh/9dbb942faadf497bba3d9a3ac1023298 to your computer and use it in GitHub Desktop.
Save rav1kantsingh/9dbb942faadf497bba3d9a3ac1023298 to your computer and use it in GitHub Desktop.
Id Declaration #liquibase
<column name="id" type="bigint unsigned" autoIncrement="true">
<constraints nullable="false" primaryKey="true"/>
</column>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment