Adds column
author_id
to the table
note
after
title
column
ALTER TABLE note
ADD COLUMN author_id int not null default 0 AFTER title;
by Valeri Tandilashvili
4 years ago
MySQL
ALTER TABLE
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences