Skip to content
代码片段 群组 项目
  • Timotej Ecimovic's avatar
    68fa640a
    Clean up the misnaming of columns. · 68fa640a
    Timotej Ecimovic 创作于
    The naming standard is:
      ANY column that ends with '_ID' is a primary key in the table.
      ANY column that ends with '_REF' is a foreign key in the table.
      So 'ENDPOINT_ID' and 'NETWORK_ID' were misnamed in the ENDPOINT table, and were changed to 'ENDPOINT_IDENTIFIER' and 'NETWORK_IDENTIFIER'.
    68fa640a
    历史
    Clean up the misnaming of columns.
    Timotej Ecimovic 创作于
    The naming standard is:
      ANY column that ends with '_ID' is a primary key in the table.
      ANY column that ends with '_REF' is a foreign key in the table.
      So 'ENDPOINT_ID' and 'NETWORK_ID' were misnamed in the ENDPOINT table, and were changed to 'ENDPOINT_IDENTIFIER' and 'NETWORK_IDENTIFIER'.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。