4 lines
70 B
MySQL
4 lines
70 B
MySQL
|
ALTER TABLE local_image
|
||
|
ALTER COLUMN local_user_id SET NOT NULL;
|
||
|
|