author_id
note
title
ALTER TABLE note ADD COLUMN author_id int not null default 0 AFTER title;
Pro tip: use ```triple backticks around text``` to write in code fences