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
Nov 30, 2021
by
Andreas Burbach
Browse files
Options
Downloads
Patches
Plain Diff
database
parent
2dbc72ca
Branches
Branches containing commit
No related tags found
1 merge request
!3
Feeding chicken with chicken
Pipeline
#75554
passed
Nov 30, 2021
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:
...
@@ -350,40 +350,40 @@ Responsebody:
The project requieres the base authentication database structure from django and extends it with the following tables:
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
with
user_id: int as primary key and foreign key to django auth_user
user_id: int as primary key and foreign key to django auth_user
image: varchar(100)
image: varchar(100)
biography: varchar(1000)
biography: varchar(1000)
2.
"
the_social_network_statement
"
####
the_social_network_statement
with
with
id: int as primary key
id: int as primary key
author_id: int as foreign key to the_social_network_account
author_id: int as foreign key to the_social_network_account
content: varchar(120)
content: varchar(120)
created: datetime
created: datetime
3.
"
the_social_network_accounttagging
"
####
the_social_network_accounttagging
with
with
id: int as primary key
id: int as primary key
created: datetime
created: datetime
account_id: int as foreign key to the_social_network_account
account_id: int as foreign key to the_social_network_account
statement_id: int as foreign key to the_social_network_statement
statement_id: int as foreign key to the_social_network_statement
4.
"
the_social_network_hashtag
"
####
the_social_network_hashtag
with
with
id: int as primary key
id: int as primary key
tag: varchar(30)
tag: varchar(30)
created: datetime
created: datetime
5.
"
the_social_network_hashtagtagging
"
####
the_social_network_hashtagtagging
with
with
id: int as primary key
id: int as primary key
created: datetime
created: datetime
hashtag_id: int as foreign key to the_social_network_hashtag
hashtag_id: int as foreign key to the_social_network_hashtag
statement_id: int as foreign key to the_social_network_statement
statement_id: int as foreign key to the_social_network_statement
6.
"
the_social_network_reaction
"
####
the_social_network_reaction
with
with
id: int as primary key
id: int as primary key
created: datetime
created: datetime
...
@@ -391,7 +391,7 @@ The project requieres the base authentication database structure from django and
...
@@ -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
child_id: int as foreign key to the_social_network_statement
parent_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
with
id: int as primary key
id: int as primary key
created: datetime
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