3 lines
108 B
MySQL
3 lines
108 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE vn.itemCost ADD created TIMESTAMP DEFAULT current_timestamp() NULL;
|