Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
CafeRecommend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대철
2021-05-26 21:33:18 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
fe6af5f65b0157e6c9e9f2a9cdb25857bdb4d267
fe6af5f6
2 parents
666fa726
b0069c40
Merge branch 'master' of
http://khuhub.khu.ac.kr/2015104153/CafeRecommend
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
View file @
fe6af5f
...
...
@@ -12,6 +12,18 @@
</code>
</pre>
> <pre><code>
>CREATE TABLE COMMENT(
>ID int(10) NOT NULL AUTO_INCREMENT PRIMARY KEY,
>CAFE_ID int(10) NOT NULL
>PRICE int(10) NOT NULL,
>KINDNESS int(10) NOT NULL,
>NOISE int(10) NOT NULL,
>ACCESSIBILITY int(10) NOT NULL
>);
</code>
</pre>
###commit 형식
<pre><code>
##### 제목 - 50자 이내로 요약!
...
...
Please
register
or
login
to post a comment