-- Place your SQL code here
ALTER TABLE vn.itemCost ADD created TIMESTAMP DEFAULT current_timestamp() NULL;