blob: 2e3757af6e431a47f4627fb0e6922728e5bb1bfe (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="spring" schema="public" type="PostgreSQL - 14.2">
<tables>
<table name="doc" numRows="2" remarks="" schema="public" type="TABLE">
<column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
<column autoUpdated="false" defaultValue="null" digits="0" id="1" name="body" nullable="true" remarks="" size="10000" type="varchar" typeCode="12"/>
<column autoUpdated="false" defaultValue="null" digits="0" id="2" name="last_modified" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
<column autoUpdated="false" defaultValue="null" digits="0" id="3" name="name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
<primaryKey column="id" sequenceNumberInPK="1"/>
<index name="doc_pkey" unique="true">
<column ascending="true" name="id"/>
</index>
</table>
</tables>
</database>
|