# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/ahs67oq
阿里巴巴 MySQL 規範,五千字版,這次全了(建議收藏)**
大家好,我是田螺。今天跟大家講講阿里巴巴 MySQL 規範。本文轉載來源公衆號:架構師之路。規範內容取自 “阿里巴巴 MySQL 規範”(黃山版),發佈時間爲 2022.2.3,開源。 第一部分:建表規範【強制】規範一:是否字段表達是否概念的字段,必須使用 isxxx 的形式命名;數據類型必須是 unsigned tinyint;1 表示是,0 表示否;舉例:是否刪除正確:使用 isdelete ⌘ Read more