4 lines
71 B
MySQL
4 lines
71 B
MySQL
|
ALTER TABLE local_image
|
||
|
ALTER COLUMN local_user_id DROP NOT NULL;
|
||
|
|