Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
고승완
2021-11-20 19:02:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
27f7ca85517a6fc6f175babaa5bfdb50fca89a76
27f7ca85
1 parent
d1241053
Update readme.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
readme.md
readme.md
View file @
27f7ca8
# Singer-Composer Website Project
+
Developer
-
고승완
(Mukho)
-
배승호
(승호 D. 배)
-
최시원
(Rubyflyer)
-
**고승완**
(Mukho)
-
**배승호**
(승호 D. 배)
-
**최시원**
(Rubyflyer)
+
Git Address: http://khuhub.khu.ac.kr/2017104034/Singer-Composer
---
-----------------------------------------------------
---
## 사용 DB 정보
```
{
...
...
@@ -22,7 +22,7 @@ sql 사용 파일<br>
>router/board/index.js<br>
>router/profile.index.js
---
-----------------------------------------------------
---
## Database 명세
```
Database = singer_composer
...
...
@@ -47,20 +47,20 @@ create table board(
)engine=innodb;
```
---
-----------------------------------------------------
---
## 주의 및 안내사항
-
type이 운영자인 경우 서버에서 변경
-
LF 오류시 Git에 하단 명령어 입력
>
git config --global core.autocrlf true
git config --global core.autocrlf true
-
게시글 reset 후 idx의 값이 1부터 시작하지 않을 경우 하단의 SQL문 입력
>ALTER TABLE board AUTO_INCREMENT = 1;<br>
>SET @COUNT = 0;<br>
>UPDATE board SET idx = @COUNT:=@COUNT+1;<br>
ALTER TABLE board AUTO_INCREMENT = 1;
SET @COUNT = 0;
UPDATE board SET idx = @COUNT:=@COUNT+1;
---
-----------------------------------------------------
###
## 최종 수정: 2021-11-20 18:58
<br>
###
##
수정 내용:
---
###
최종 수정: 2021-11-20 19:02
<br>
### 수정 내용:
1.
최근 있었던 DB명세구조 변경
>alter table board drop passwd;<br>
>alter table board add ID varchar(20) not null;<br>
...
...
Please
register
or
login
to post a comment