Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
2014cad3
Commit
2014cad3
authored
Feb 17, 2020
by
LE GAC Renaud
Browse files
Update data schema to add citations table.
parent
77423465
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
docs/db_schema/database.png
docs/db_schema/database.png
+0
-0
docs/db_schema/database.xml
docs/db_schema/database.xml
+19
-1
No files found.
docs/db_schema/database.png
View replaced file @
77423465
View file @
2014cad3
251 KB
|
W:
|
H:
221 KB
|
W:
|
H:
2-up
Swipe
Onion skin
docs/db_schema/database.xml
View file @
2014cad3
...
...
@@ -26,7 +26,7 @@
<type
label=
"Upload"
length=
"0"
sql=
"upload"
quote=
"'"
/>
<type
label=
"Password"
length=
"0"
sql=
"password"
quote=
"'"
/>
</group>
</datatypes><table
x=
"7
0
"
y=
"
142
"
name=
"publishers"
>
</datatypes><table
x=
"7
1
"
y=
"
206
"
name=
"publishers"
>
<row
name=
"id"
null=
"0"
autoincrement=
"1"
>
<datatype>
integer
</datatype>
</row>
...
...
@@ -583,4 +583,22 @@
<part>
id
</part>
</key>
</table>
<table
x=
"79"
y=
"70"
name=
"citations"
>
<row
name=
"id"
null=
"1"
autoincrement=
"1"
>
<datatype>
integer
</datatype>
<default>
NULL
</default></row>
<row
name=
"date"
null=
"0"
autoincrement=
"0"
>
<datatype>
datetime
</datatype>
<default>
'NULL'
</default></row>
<row
name=
"count"
null=
"0"
autoincrement=
"0"
>
<datatype>
integer
</datatype>
</row>
<row
name=
"id_publications"
null=
"0"
autoincrement=
"0"
>
<datatype>
integer
</datatype>
<relation
table=
"publications"
row=
"id"
/>
</row>
<key
type=
"PRIMARY"
name=
""
>
<part>
id
</part>
</key>
</table>
</sql>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment