5 lines
89 B
MySQL
5 lines
89 B
MySQL
|
|
-- Add the ul_value column to updatelog
|
||
|
|
|
||
|
|
ALTER TABLE /*_*/updatelog
|
||
|
|
add ul_value blob;
|