Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rhys Evans
Team 5 - Smart Towns
Commits
da7b1929
Commit
da7b1929
authored
1 year ago
by
Rhys Evans
Browse files
Options
Downloads
Patches
Plain Diff
implemented longtext to store large amounts of data
parent
8d75ddba
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
Resolve "As a developer I want all landmarks to be stored together"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/schema.sql
+1
-1
1 addition, 1 deletion
src/main/resources/schema.sql
with
1 addition
and
1 deletion
src/main/resources/schema.sql
+
1
−
1
View file @
da7b1929
...
@@ -11,7 +11,7 @@ create table if not exists locations
...
@@ -11,7 +11,7 @@ create table if not exists locations
locationID
bigint
auto_increment
primary
key
,
locationID
bigint
auto_increment
primary
key
,
locationName
varchar
(
128
),
locationName
varchar
(
128
),
locationEmail
varchar
(
128
),
locationEmail
varchar
(
128
),
locationDescription
varchar
(
max
),
locationDescription
longtext
,
#
to
store
large
text
data
locationPlace
varchar
(
255
),
locationPlace
varchar
(
255
),
locationTrailID
varchar
(
128
)
locationTrailID
varchar
(
128
)
)
engine
=
InnoDB
;
)
engine
=
InnoDB
;
...
...
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