Add a new column: ALTER TABLE event_log ADD event_new TEXT; 2. Create a trigger function that keeps the columns synchronized: CREATE FUNCTION f_copy_event() ...
確定! 回上一頁