Skip to content

Latest commit

Β 

History

History
18 lines (18 loc) Β· 724 Bytes

DB_whose.md

File metadata and controls

18 lines (18 loc) Β· 724 Bytes
ν…Œμ΄λΈ” 이름 μ—΄ 이름 데이터 ν˜•μ‹ NULL 유무 κΈ°λ³Έ ν‚€ μ™Έλž˜ν‚€ FK ν…Œμ΄λΈ” 이름 FK 열이름
whose id INT NN PK - - -
" thisbook VAR(100) - - - - -
" likedNick VAR(100) - - FK users -
" postitle VAR(100) - - - - -
" title VAR(100) - - - - -
" img JSON - - - - -
" liked VAR(100) - - - - -
" price INT - - - - -
" thisURL VAR(500) - - - - -
" bought VAR(100) - - - - -
" isNotified_like TINY(1) - - - - -
" cratedAt DATETIME NN - - - -
" updatedAt DATETIME NN - - - -
" deletedAt DATETIME - - - - -
" UserId INT - - FK users -
" BookId INT - - FK users -