- 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
- 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