There's two ways I create database tables:<p>- either I create them through an ORM, in which case I don't document the database tables or fields, I document the object instead.<p>- 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