Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
That's quite feasible.For existing import log tables, you'd need to run the following query to fix the length of your ID fields:[code=sql]ALTER TABLE `<YOUR IMPORT LOG TABLE NAME>`MODIFY COLUMN `old_id` VARBINARY(50) NOT NULL,MODIFY COLUMN `new_id` VARBINARY(50) NOT NULL[/code]
That's quite feasible.
For existing import log tables, you'd need to run the following query to fix the length of your ID fields:
[code=sql]ALTER TABLE `<YOUR IMPORT LOG TABLE NAME>`
MODIFY COLUMN `old_id` VARBINARY(50) NOT NULL,
MODIFY COLUMN `new_id` VARBINARY(50) NOT NULL[/code]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences