4 lines
83 B
MySQL
4 lines
83 B
MySQL
|
ALTER TABLE local_user
|
||
|
ADD COLUMN auto_expand boolean NOT NULL DEFAULT FALSE;
|
||
|
|