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
tev
plugin_event
Commits
4f543ee5
Commit
4f543ee5
authored
Jan 31, 2015
by
LE GAC Renaud
Browse files
Update the database schema.
parent
b1de0331
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
static/docs/database.png
static/docs/database.png
+0
-0
static/docs/database.xml
static/docs/database.xml
+1
-1
No files found.
static/docs/database.png
View replaced file @
b1de0331
View file @
4f543ee5
116 KB
|
W:
|
H:
75.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/docs/database.xml
View file @
4f543ee5
...
...
@@ -22,4 +22,4 @@
<type
label=
"Upload"
length=
"0"
sql=
"upload"
quote=
"'"
/>
<type
label=
"Password"
length=
"0"
sql=
"password"
quote=
"'"
/>
</group>
</datatypes><table
x=
"268"
y=
"38"
name=
"people"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"first_name"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"last_name"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"initials"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"birth_date"
null=
"1"
autoincrement=
"0"
><datatype>
date
</datatype></row><row
name=
"note"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"272"
y=
"192"
name=
"teams"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"team"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"domain"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"276"
y=
"290"
name=
"projects"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"project"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"agencies"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"639"
y=
"27"
name=
"people_categories"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"code"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"category"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definition"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"445"
y=
"48"
name=
"history"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"id_people"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"people"
row=
"id"
/></row><row
name=
"id_teams"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"teams"
row=
"id"
/></row><row
name=
"id_projects"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"projects"
row=
"id"
/></row><row
name=
"id_people_categories"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"people_categories"
row=
"id"
/></row><row
name=
"id_fundings"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"fundings"
row=
"id"
/></row><row
name=
"id_events"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"events"
row=
"id"
/></row><row
name=
"cdd_flag"
null=
"0"
autoincrement=
"0"
><datatype>
boolean
</datatype><default>
False
</default></row><row
name=
"start_date"
null=
"0"
autoincrement=
"0"
><datatype>
date
</datatype></row><row
name=
"end_date"
null=
"1"
autoincrement=
"0"
><datatype>
date
</datatype></row><row
name=
"percentage"
null=
"1"
autoincrement=
"0"
><datatype>
integer
</datatype></row><row
name=
"trainee_title"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"trainee_university"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"trainee_category"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"id_organizations"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"organizations"
row=
"id"
/></row><row
name=
"id_organization_levels"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"organization_levels"
row=
"id"
/></row><row
name=
"responsibility"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"hardware_model"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"hardware_cost"
null=
"1"
autoincrement=
"0"
><datatype>
integer
</datatype></row><row
name=
"note"
null=
"0"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"data"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"273"
y=
"387"
name=
"organizations"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"organization"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definition"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"638"
y=
"149"
name=
"fundings"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"agency"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definition"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"638"
y=
"406"
name=
"organization_levels"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"level"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definition"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"637"
y=
"255"
name=
"events"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"code"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"event"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definitiion"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"data"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"901"
y=
"286"
name=
"views"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"view"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"title"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"conditions"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"group_field"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"sorters"
null=
"1"
autoincrement=
"0"
><datatype>
integer
</datatype></row><row
name=
"columns"
null=
"0"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"features"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table></sql>
\ No newline at end of file
</datatypes><table
x=
"303"
y=
"21"
name=
"people"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"first_name"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"last_name"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"initials"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"birth_date"
null=
"1"
autoincrement=
"0"
><datatype>
date
</datatype></row><row
name=
"note"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"302"
y=
"174"
name=
"teams"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"team"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"domain"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"303"
y=
"285"
name=
"projects"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"project"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"agencies"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"618"
y=
"19"
name=
"people_categories"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"code"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"category"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definition"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"452"
y=
"71"
name=
"history"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"id_people"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"people"
row=
"id"
/></row><row
name=
"id_teams"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"teams"
row=
"id"
/></row><row
name=
"id_projects"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"projects"
row=
"id"
/></row><row
name=
"id_people_categories"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"people_categories"
row=
"id"
/></row><row
name=
"id_fundings"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"fundings"
row=
"id"
/></row><row
name=
"id_events"
null=
"0"
autoincrement=
"0"
><datatype>
integer
</datatype><relation
table=
"events"
row=
"id"
/></row><row
name=
"start_date"
null=
"0"
autoincrement=
"0"
><datatype>
date
</datatype></row><row
name=
"end_date"
null=
"1"
autoincrement=
"0"
><datatype>
date
</datatype></row><row
name=
"percentage"
null=
"1"
autoincrement=
"0"
><datatype>
integer
</datatype></row><row
name=
"note"
null=
"0"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"data"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"633"
y=
"149"
name=
"fundings"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"agency"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definition"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"638"
y=
"266"
name=
"events"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"event"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"definitiion"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"data"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table><table
x=
"819"
y=
"189"
name=
"views"
><row
name=
"id"
null=
"0"
autoincrement=
"1"
><datatype>
integer
</datatype></row><row
name=
"view"
null=
"0"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"title"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"conditions"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"group_field"
null=
"1"
autoincrement=
"0"
><datatype>
string
</datatype></row><row
name=
"sorters"
null=
"1"
autoincrement=
"0"
><datatype>
integer
</datatype></row><row
name=
"columns"
null=
"0"
autoincrement=
"0"
><datatype>
text
</datatype></row><row
name=
"features"
null=
"1"
autoincrement=
"0"
><datatype>
text
</datatype></row><key
type=
"PRIMARY"
name=
""
><part>
id
</part></key></table></sql>
\ No newline at end of file
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