Skip to content

Commit

Permalink
Deploying to gh-pages from @ 28042c4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Oct 2, 2024
1 parent 87c13b1 commit 64dd6df
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion schema/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<section class="content-header">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of default</h4>
<p>Generated on Wed Oct 02 21:01 GMT 2024</p>
<p>Generated on Wed Oct 02 23:03 GMT 2024</p>
</div>
</section>
<!-- Main content -->
Expand Down
2 changes: 1 addition & 1 deletion schema/nrfc/default.nrfc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
</column>
<column autoUpdated="false" defaultValue="null" digits="0" id="2" name="street_address" nullable="false" remarks="The address of a client, including the street number and street name." size="40" type="varchar" typeCode="12"/>
<column autoUpdated="false" defaultValue="null" digits="0" id="3" name="country_code" nullable="false" remarks="A code representing the code of a country." size="2" type="varchar" typeCode="12">
<parent column="country_code" foreignKey="submission_location_province_code_fk" implied="false" onDeleteCascade="false" schema="nrfc" table="province_code"/>
<parent column="country_code" foreignKey="submission_location_country_code_fk" implied="false" onDeleteCascade="false" schema="nrfc" table="country_code"/>
<parent column="country_code" foreignKey="submission_location_province_code_fk" implied="false" onDeleteCascade="false" schema="nrfc" table="province_code"/>
</column>
<column autoUpdated="false" defaultValue="null" digits="0" id="4" name="province_code" nullable="false" remarks="A code representing the code of a province, state, department or territory." size="2" type="varchar" typeCode="12">
<parent column="province_code" foreignKey="submission_location_province_code_fk" implied="false" onDeleteCascade="false" schema="nrfc" table="province_code"/>
Expand Down
2 changes: 1 addition & 1 deletion schema/nrfc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Tables</h1><br />
<div class="col-md-12">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of default.nrfc</h4>
<p>Generated on Wed Oct 02 21:01 GMT 2024</p>
<p>Generated on Wed Oct 02 23:02 GMT 2024</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion schema/nrfc/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date=2024-10-02 21:01:53+0000
date=2024-10-02 23:02:56+0000
os=Linux 6.8.0-1014-azure
schemaspy-version=6.2.4
schemaspy-build=6.2.4.41 2023-07-21 11:15:12
Expand Down
8 changes: 4 additions & 4 deletions schema/nrfc/tables/submission_location.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ <h3 id="Columns" class="box-title">Columns</h3>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td title="submission_location.[country_code, province_code] references province_code.[country_code, province_code] via submission_location_province_code_fk"><a href='province_code.html'>province_code</a><span class='relatedKey'>.country_code</span></td>
<td class="constraint detail">submission_location_province_code_fk</td>
<td title="submission_location.country_code references country_code.country_code via submission_location_country_code_fk"><a href='country_code.html'>country_code</a><span class='relatedKey'>.country_code</span></td>
<td class="constraint detail">submission_location_country_code_fk</td>
<td class="constraint detail"><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>R</span></td>
</tr>
<tr>
<td title="submission_location.country_code references country_code.country_code via submission_location_country_code_fk"><a href='country_code.html'>country_code</a><span class='relatedKey'>.country_code</span></td>
<td class="constraint detail">submission_location_country_code_fk</td>
<td title="submission_location.[country_code, province_code] references province_code.[country_code, province_code] via submission_location_province_code_fk"><a href='province_code.html'>province_code</a><span class='relatedKey'>.country_code</span></td>
<td class="constraint detail">submission_location_province_code_fk</td>
<td class="constraint detail"><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>R</span></td>
</tr>
</table>
Expand Down

0 comments on commit 64dd6df

Please sign in to comment.