Commit 6736e243 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Changement modèle lib renderer

parent 6fba73fe
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

        <field name="code"              column="code"                   type="string"    length="256"     nullable="false" />
        <field name="description"       column="description"            type="string"    length="4096"    nullable="false" />
        <field name="namespace"         column="namespace"              type="string"    length="1024"    nullable="false" />
        <field name="namespace"         column="namespace"              type="string"    length="1024"    nullable="true" />
        <field name="engine"            column="engine"                 type="string"    length="64"      nullable="false" />
        <field name="type"              column="document_type"          type="string"    length="256"     nullable="false" />
        <field name="sujet"             column="document_sujet"         type="string"    length="4096"    nullable="false" />
        <field name="corps"             column="document_corps"         type="string"    length="4096"    nullable="false" />
        <field name="css"               column="document_css"           type="string"    length="4096"    nullable="false" />
        <field name="css"               column="document_css"           type="string"    length="4096"    nullable="true" />

    </entity>
</doctrine-mapping>