Giter Site home page Giter Site logo

Comments (2)

argon1025 avatar argon1025 commented on July 21, 2024

#2 에서 작성된 모델 Accounts 릴레이션에 속성 추가 필요

from harmony-serverless-backend.

argon1025 avatar argon1025 commented on July 21, 2024

추가된 속성

ALTER TABLE harmony.Accounts ADD `name` VARCHAR(100) NULL  COMMENT '유저이름';
ALTER TABLE harmony.Accounts ADD `profileImageUrl` VARCHAR(100) NULL COMMENT '유저 프로필 이미지';
ALTER TABLE harmony.Accounts ADD `userid` INT UNSIGNED NOT NULL COMMENT '소셜로그인 유저식별 id';
ALTER TABLE harmony.Accounts ADD `loginType` VARCHAR(10) NOT NULL COMMENT '소셜로그인 타입';

from harmony-serverless-backend.

Related Issues (20)

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.