Merge pull request #4776 from tomperr/fix/4775_allow-leading-underscore-entity-name

fix(er): allow underscore as leading char
This commit is contained in:
Sidharth Vinod
2023-09-05 08:57:13 +00:00
committed by GitHub
5 changed files with 26 additions and 4 deletions

View File

@@ -125,6 +125,21 @@
</pre>
<hr />
<pre class="mermaid">
erDiagram
_customer_order {
bigint id PK
bigint customer_id FK
text shipping_address
text delivery_method
timestamp_with_time_zone ordered_at
numeric total_tax_amount
numeric total_price
text payment_method
}
</pre>
<hr />
<script type="module">
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({