You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE winners.pluggto_configuracoes ( id INT NOT NULL AUTO_INCREMENT, client_id VARCHAR(100) NULL, client_secret VARCHAR(100) NULL, api_user VARCHAR(100) NULL, api_secret VARCHAR(100) NULL, plugg_id INT NULL, usuario_id INT NULL,
PRIMARY KEY (id),
INDEX fk_pluggto_configuracoes_1_idx (usuario_id ASC),
CONSTRAINT fk_pluggto_configuracoes_1
FOREIGN KEY (usuario_id)
REFERENCES winners.usuarios (id)
ON DELETE NO ACTION
ON UPDATE NO ACTION);
API cria uma ponte para facilitar a venda em marketplaces.
Documentação:
SDK:
The text was updated successfully, but these errors were encountered: