<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.lololand.org/index.php?action=history&amp;feed=atom&amp;title=Exemple_Mermaid_ER</id>
	<title>Exemple Mermaid ER - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lololand.org/index.php?action=history&amp;feed=atom&amp;title=Exemple_Mermaid_ER"/>
	<link rel="alternate" type="text/html" href="https://wiki.lololand.org/index.php?title=Exemple_Mermaid_ER&amp;action=history"/>
	<updated>2026-05-25T20:49:06Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.lololand.org/index.php?title=Exemple_Mermaid_ER&amp;diff=16&amp;oldid=prev</id>
		<title>Maintenance script : Création exemple Mermaid ER</title>
		<link rel="alternate" type="text/html" href="https://wiki.lololand.org/index.php?title=Exemple_Mermaid_ER&amp;diff=16&amp;oldid=prev"/>
		<updated>2026-03-18T22:00:57Z</updated>

		<summary type="html">&lt;p&gt;Création exemple Mermaid ER&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Exemple Mermaid ER =&lt;br /&gt;
&lt;br /&gt;
Exemple de &amp;#039;&amp;#039;&amp;#039;diagramme entité-relation&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;oc-mermaid&amp;quot;&amp;gt;&lt;br /&gt;
erDiagram&lt;br /&gt;
    USER ||--o{ PAGE : creates&lt;br /&gt;
    PAGE ||--o{ REVISION : has&lt;br /&gt;
    USER ||--o{ REVISION : writes&lt;br /&gt;
    PAGE {&lt;br /&gt;
        int id&lt;br /&gt;
        string title&lt;br /&gt;
        string status&lt;br /&gt;
    }&lt;br /&gt;
    USER {&lt;br /&gt;
        int id&lt;br /&gt;
        string name&lt;br /&gt;
        string role&lt;br /&gt;
    }&lt;br /&gt;
    REVISION {&lt;br /&gt;
        int id&lt;br /&gt;
        datetime created_at&lt;br /&gt;
        text comment&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>