Skip to content

Commit

Permalink
Added tags column install
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Feb 5, 2025
1 parent bf95b1a commit 73f6746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/TableManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function createTable()
`is_express_checkout` tinyint(1) NOT NULL,
`customer_intent` varchar(50),
`payment_token_id` varchar(50),
`tags` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=UTF8;
') && $this->db->execute('
Expand Down

0 comments on commit 73f6746

Please sign in to comment.