Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created March 19, 2025 11:27
Show Gist options
  • Save unlocomqx/dccf583134f815ea999600e81c74cba6 to your computer and use it in GitHub Desktop.
Save unlocomqx/dccf583134f815ea999600e81c74cba6 to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS `ps_tunisoft_customization_field`
(
`id_customization_field` int(11) NOT NULL,
`id_module` int(11) NOT NULL,
PRIMARY KEY (`id_customization_field`, `id_module`)
) ENGINE = InnoDb
DEFAULT CHARSET = utf8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment