Code Monkey home page Code Monkey logo

Comments (5)

mijien0179 avatar mijien0179 commented on June 12, 2024

추가로 생성 일자에 대한 컬럼도 추가하면 좋겠습니다. mysql date auto insert에 대한 내용으로 검색하면 나오는 것으로 보입니다.

from oss.

cacaocoffee avatar cacaocoffee commented on June 12, 2024

넵 금방 만들겠습니다

from oss.

cacaocoffee avatar cacaocoffee commented on June 12, 2024

프로젝트 테이블

table: project

Column Name Comment data type Default NULL Option
id 프로젝트 식별아이디 int unsigned - NOT NULL PRIMARY KEY
leaderid 프로젝트 팀장 id int unsigned NOT NULL FOREIGN KEY
name 프로젝트이름 tinytext(20) - NOT NULL
description 프로젝트 설명 text - NULL
deadline 프로젝트 종료 일자 date NOT NULL
createtime 프로젝트 생성 시간 data CURRENT_TIMESTAMP

createtime 과 leaderid 추가

프로젝트 명단 테이블

table: project_user

Column Name Comment data type Default NULL Option
userid 유저아이디 int unsigned - NOT NULL FOREIGN KEY
projectid 프로젝트아이디 int unsigned - NOT NULL FOREIGN KEY

프로젝트 언어 테이블

table: language_project

Column Name Comment data type Default NULL Option
languageid 사용언어식별아이디 int unsigned - NOT NULL FOREIGN KEY language_list(id)
projectid 프로젝트식별아이디 int unsigned - NOT NULL FOREIGN KEY project(id)

from oss.

mijien0179 avatar mijien0179 commented on June 12, 2024

project테이블의 deadlinecreatetimecomment값 변경하긴 했는데 고대로 진행하셔도 좋을 듯 합니다.

from oss.

mijien0179 avatar mijien0179 commented on June 12, 2024

@cacaocoffee 완료시 Closed #36 닫아주세요.

from oss.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.