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
d036eb28
Commit
d036eb28
authored
6 years ago
by
Torsten Oppermann
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Add zip to company table
parent
ddc07729
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ext_tables.sql
+1
-0
1 addition, 0 deletions
ext_tables.sql
with
1 addition
and
0 deletions
ext_tables.sql
+
1
−
0
View file @
d036eb28
...
...
@@ -10,6 +10,7 @@ CREATE TABLE tx_sgjobs_domain_model_job (
alternative_start_date
text
DEFAULT
''
NOT
NULL
,
start_date
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
company
text
DEFAULT
''
NOT
NULL
,
zip
text
DEFAULT
''
NOT
NULL
,
description
text
DEFAULT
''
NOT
NULL
,
area
text
DEFAULT
''
NOT
NULL
,
contact
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
This diff is collapsed.
Click to expand it.
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