Skip to content

Commit

Permalink
deploy: 2e3c5f6
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Jun 8, 2024
1 parent 10e3e73 commit bcf18f9
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 390 deletions.
4 changes: 2 additions & 2 deletions cafe.cafe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
</table>
<table catalog="cafe" name="comment" numRows="0" remarks="" type="TABLE">
<column autoUpdated="true" defaultValue="null" digits="0" id="0" name="comment_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
<child catalog="cafe" column="parent_comment_id" foreignKey="comment_comment_comment_id_fk" implied="false" onDeleteCascade="false" table="comment"/>
<child catalog="cafe" column="parent_comment_id" foreignKey="comment_comment_comment_id_fk" implied="false" onDeleteCascade="true" table="comment"/>
</column>
<column autoUpdated="false" defaultValue="null" digits="0" id="1" name="text" nullable="false" remarks="" size="2000" type="VARCHAR" typeCode="12"/>
<column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="2" name="created_date" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
<column autoUpdated="false" defaultValue="null" digits="0" id="3" name="parent_comment_id" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
<parent catalog="cafe" column="comment_id" foreignKey="comment_comment_comment_id_fk" implied="false" onDeleteCascade="false" table="comment"/>
<parent catalog="cafe" column="comment_id" foreignKey="comment_comment_comment_id_fk" implied="false" onDeleteCascade="true" table="comment"/>
</column>
<column autoUpdated="false" defaultValue="null" digits="0" id="4" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
<parent catalog="cafe" column="user_id" foreignKey="comment_user_user_id_fk" implied="false" onDeleteCascade="false" table="user"/>
Expand Down
Loading

0 comments on commit bcf18f9

Please sign in to comment.