Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kpt
2024-07-03 19:52:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6cf1cee8cad7f756ec5bd6a11cf76dc1569f3e4e
6cf1cee8
1 parent
d3fbafc8
【createTables.sql】修改建表语句,增加topic列
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
2 deletions
createTables.sql
spider/__pycache__/saveData.cpython-38.pyc
spider/__pycache__/spiderComments.cpython-38.pyc
spider/__pycache__/spiderContent.cpython-38.pyc
spider/__pycache__/spiderData.cpython-38.pyc
createTables.sql
View file @
6cf1cee
...
...
@@ -17,7 +17,8 @@ CREATE TABLE `article` (
`authorAvatar`
text
,
`authorName`
text
,
`authorDetail`
text
,
`isVip`
double
DEFAULT
NULL
`isVip`
double
DEFAULT
NULL
,
`topic`
text
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_0900_ai_ci
;
-- ----------------------------
...
...
@@ -32,7 +33,8 @@ CREATE TABLE `comments` (
`authorName`
text
,
`authorGender`
text
,
`authorAddress`
text
,
`authorAvatar`
text
`authorAvatar`
text
,
`topic`
text
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_0900_ai_ci
;
-- ----------------------------
...
...
spider/__pycache__/saveData.cpython-38.pyc
deleted
100644 → 0
View file @
d3fbafc
No preview for this file type
spider/__pycache__/spiderComments.cpython-38.pyc
deleted
100644 → 0
View file @
d3fbafc
No preview for this file type
spider/__pycache__/spiderContent.cpython-38.pyc
deleted
100644 → 0
View file @
d3fbafc
No preview for this file type
spider/__pycache__/spiderData.cpython-38.pyc
deleted
100644 → 0
View file @
d3fbafc
No preview for this file type
Please
register
or
login
to post a comment