mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-18 02:54:23 +00:00
Commit the generated files
This commit is contained in:
13
db/test-schema-v1.1/generated-odb-source/postgre/Agent.xml
Normal file
13
db/test-schema-v1.1/generated-odb-source/postgre/Agent.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user