aboutsummaryrefslogtreecommitdiffstats
path: root/dbdocs/spring.public.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dbdocs/spring.public.xml')
-rw-r--r--dbdocs/spring.public.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/dbdocs/spring.public.xml b/dbdocs/spring.public.xml
deleted file mode 100644
index 2e3757a..0000000
--- a/dbdocs/spring.public.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>