8 lines
89 B
MySQL
8 lines
89 B
MySQL
|
#
|
||
|
# Add field to table 'fe_users'
|
||
|
#
|
||
|
CREATE TABLE fe_users (
|
||
|
tx_bookmarks_pages blob
|
||
|
);
|
||
|
|