mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
6 lines
181 B
MySQL
6 lines
181 B
MySQL
|
ALTER TABLE {$NAMESPACE}_phortune.phortune_cart
|
||
|
ADD merchantPHID VARBINARY(64) NOT NULL;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_phortune.phortune_cart
|
||
|
ADD KEY `key_merchant` (merchantPHID);
|