Hacker News new | ask | show | jobs
by madhouse 5744 days ago
There's two ways I create database tables:

- either I create them through an ORM, in which case I don't document the database tables or fields, I document the object instead.

- or I create it "by hand", in which case I use the standard comments to document the tables and the fields in my schema file