Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Commits
910a90bd
Commit
910a90bd
authored
7 years ago
by
Torsten Oppermann
Browse files
Options
Downloads
Plain Diff
Merge branch 'version_1_5' into 'master'
Version 1 5 See merge request
!3
parents
fece1eee
ea9ac8e7
No related branches found
Branches containing commit
Tags
1.5.0
Tags containing commit
1 merge request
!3
Version 1 5
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ext_tables.sql
+3
-1
3 additions, 1 deletion
ext_tables.sql
with
3 additions
and
1 deletion
ext_tables.sql
+
3
−
1
View file @
910a90bd
...
...
@@ -58,6 +58,7 @@ CREATE TABLE tx_sgjobs_domain_model_company (
street
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
country
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
description
text
DEFAULT
''
NOT
NULL
,
contact
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
-- TYPO3 fields
sorting
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
@@ -99,11 +100,11 @@ CREATE TABLE tx_sgjobs_domain_model_contact (
-- Custom fields
first_name
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
last_name
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
company
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
city
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
zip
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
email
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
phone
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
hide_in_frontend
tinyint
(
4
)
unsigned
DEFAULT
'0'
NOT
NULL
,
-- TYPO3 fields
sorting
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
@@ -146,6 +147,7 @@ CREATE TABLE tx_sgjobs_domain_model_job_application (
job_id
text
DEFAULT
''
NOT
NULL
,
job
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
job_title
text
DEFAULT
''
NOT
NULL
,
company
text
DEFAULT
''
NOT
NULL
,
gender
varchar
(
30
)
DEFAULT
''
NOT
NULL
,
first_name
text
DEFAULT
''
NOT
NULL
,
last_name
text
DEFAULT
''
NOT
NULL
,
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment