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 18:58:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e2c4ba5bf3ef2fe603aed166bd78f99e88260be
7e2c4ba5
1 parent
ae91ad68
Update readme.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
readme.md
readme.md
View file @
7e2c4ba
...
...
@@ -52,14 +52,14 @@ create table board(
-
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;<br>
> SET @COUNT = 0;<br>
> UPDATE board SET idx = @COUNT:=@COUNT+1;<br>
--------------------------------------------------------
##### 최종 수정: 2021-11-20 18:5
6
<br>
##### 최종 수정: 2021-11-20 18:5
8
<br>
##### 수정 내용:
1.
최근 있었던 DB명세구조 변경
>alter table board drop passwd;<br>
...
...
Please
register
or
login
to post a comment