Skip to content

Commit

Permalink
Revise 1-parking-lot-ddl.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Mar 14, 2024
1 parent 367f628 commit bfed91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/db/changelog/changes/1-parking-lot-ddl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
<constraints nullable="false"/>
</column>
<column name="CHECK_OUT" type="TIMESTAMP">
<constraints nullable="false"/>
<constraints/>
</column>
<column name="TOTAL_COST" type="DECIMAL(24,4)">
<constraints nullable="false"/>
<constraints />
</column>
<column name="PARKING_AREA_ID" type="VARCHAR(36)">
<constraints foreignKeyName="FK__PARKING_AREA__PARK"
Expand Down

0 comments on commit bfed91f

Please sign in to comment.