3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
|
ALTER TABLE {$NAMESPACE}_pholio.pholio_image
|
||
|
|
ADD UNIQUE KEY `keyPHID` (`phid`);
|