Last active
January 28, 2024 09:06
-
-
Save rav7kantsingh/9dbb942faadf497bba3d9a3ac1023298 to your computer and use it in GitHub Desktop.
Id Declaration #liquibase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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