lepo-project / lepo

LePo: Learning Management System with Note & Sticky

Home Page:https://lepo.app/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use *** _ id for column name only for other table's primary key

kyoshizaki opened this issue · comments

Policy

Use *** _ id for column name only for other table's primary key as a general rule.

Candidates

  • folder_id
    • folder_id => folder_name
  • group_id
    • group_id => group_index
  • registration_id
    • Because registration_id is named by 3rd party ( Google Firebase ), leave it unchanged as an exception.