Table posts { id int [pk, increment] user_id int [not null, ref: > users.id] title varchar [not null] body text }