Loading README.md +11 −10 Original line number Diff line number Diff line Loading @@ -74,9 +74,10 @@ Template ---- | Colonne | Attribut | Type | Descriptions | |----------------|--------------|--------------|-------------------------------------| |----------------|--------------|--------------|-----------------------------------------| | id | $id | serial PK | | | code | $code | varchar(256) | identifiant de la macro | | engine | $enine | varchar(64) | moteur ('default', 'laminas' ou 'twig') | | description | $description | text | | | namespace | $namespace | varchar(256) | Espace de "nom" du template | | document_type | $type | text | un type parmi 'text', 'mail', 'pdf' | Loading Loading
README.md +11 −10 Original line number Diff line number Diff line Loading @@ -74,9 +74,10 @@ Template ---- | Colonne | Attribut | Type | Descriptions | |----------------|--------------|--------------|-------------------------------------| |----------------|--------------|--------------|-----------------------------------------| | id | $id | serial PK | | | code | $code | varchar(256) | identifiant de la macro | | engine | $enine | varchar(64) | moteur ('default', 'laminas' ou 'twig') | | description | $description | text | | | namespace | $namespace | varchar(256) | Espace de "nom" du template | | document_type | $type | text | un type parmi 'text', 'mail', 'pdf' | Loading