diff --git a/setup/migrate.php b/setup/migrate.php index b29faad..b420e8f 100644 --- a/setup/migrate.php +++ b/setup/migrate.php @@ -235,8 +235,10 @@ $db->exec(" company_id INT NOT NULL, endpoint_key VARCHAR(50) NOT NULL, name VARCHAR(100) DEFAULT '', + params TEXT DEFAULT NULL, direction ENUM('upload','download') NOT NULL, url VARCHAR(500) DEFAULT '', + body_fields TEXT DEFAULT NULL, method VARCHAR(10) DEFAULT 'GET', last_response TEXT, last_called_at DATETIME,