mirror of
https://github.com/Example-uPagge/liquibase.git
synced 2024-06-14 12:22:25 +03:00
incorrect addition of a column
This commit is contained in:
parent
9e01a3ecd6
commit
53407317a2
@ -12,6 +12,7 @@
|
|||||||
<column name="telegram_id" type="int">
|
<column name="telegram_id" type="int">
|
||||||
<constraints unique="true"/>
|
<constraints unique="true"/>
|
||||||
</column>
|
</column>
|
||||||
|
<column name="address" type="varchar(300)"/>
|
||||||
</createTable>
|
</createTable>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user