Files

14 lines
491 B
XML

<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" version="1">
<model version="1">
<table name="Agent" kind="object">
<column name="id" type="TEXT" null="false"/>
<column name="role" type="TEXT" null="false"/>
<column name="persistent" type="BOOLEAN" null="false"/>
<column name="displayName" type="TEXT" null="false"/>
<primary-key>
<column name="id"/>
</primary-key>
</table>
</model>
</changelog>