Pinboard.in 是跟 Delicious 類似的 bookmarking 服務(還是已經把 Delicious 買了?),上上週透過 Twitter 釋出自家的資料庫規劃設計。
Pinboard 公開自己的 Database Schema 設計
Pinboard 的 Twitter 文章 嵌入如下:
I published my DB schema a while ago, but you’ll learn much more if you do this from scratch https://t.co/XgfcsQYaq6
— Pinboard (@Pinboard) 2017年7月13日
- Pinboard 資料庫規劃可見:DB Schema
Pinboard.in 對 URL、Tag 和 Index 的欄位規劃如下:(我比較在意的是這個,其它的再自行參考囉~)
- `url` mediumtext CHARACTER SET latin1
- `tag` varchar(255)
- UNIQUE KEY `bookmark` (`user_id`,`url`(255))