Categories
mysql

MySQL example on how to add a timestamp column to a table

ALTER TABLE [table_name] ADD COLUMN [clumn_name] timestamp with time zone;

Leave a Reply

Your email address will not be published. Required fields are marked *