Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
The Social Network
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marc Feger
The Social Network
Commits
82bb4818
Commit
82bb4818
authored
3 years ago
by
Andreas Burbach
Browse files
Options
Downloads
Patches
Plain Diff
database
parent
2dbc72ca
No related branches found
No related tags found
1 merge request
!3
Feeding chicken with chicken
Pipeline
#75554
passed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
social_network/README.md
+7
-7
7 additions, 7 deletions
social_network/README.md
with
7 additions
and
7 deletions
social_network/README.md
+
7
−
7
View file @
82bb4818
...
...
@@ -350,40 +350,40 @@ Responsebody:
The project requieres the base authentication database structure from django and extends it with the following tables:
1.
"
the_social_network_account
"
####
the_social_network_account
with
user_id: int as primary key and foreign key to django auth_user
image: varchar(100)
biography: varchar(1000)
2.
"
the_social_network_statement
"
####
the_social_network_statement
with
id: int as primary key
author_id: int as foreign key to the_social_network_account
content: varchar(120)
created: datetime
3.
"
the_social_network_accounttagging
"
####
the_social_network_accounttagging
with
id: int as primary key
created: datetime
account_id: int as foreign key to the_social_network_account
statement_id: int as foreign key to the_social_network_statement
4.
"
the_social_network_hashtag
"
####
the_social_network_hashtag
with
id: int as primary key
tag: varchar(30)
created: datetime
5.
"
the_social_network_hashtagtagging
"
####
the_social_network_hashtagtagging
with
id: int as primary key
created: datetime
hashtag_id: int as foreign key to the_social_network_hashtag
statement_id: int as foreign key to the_social_network_statement
6.
"
the_social_network_reaction
"
####
the_social_network_reaction
with
id: int as primary key
created: datetime
...
...
@@ -391,7 +391,7 @@ The project requieres the base authentication database structure from django and
child_id: int as foreign key to the_social_network_statement
parent_id: int as foreign key to the_social_network_statement
7.
"
the_social_network_relationship
"
####
the_social_network_relationship
with
id: int as primary key
created: datetime
...
...
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