This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/sql/mysql/upgrade/2.99.8/trigger_selection.sql

6 lines
186 B
SQL

CREATE TABLE `trigger_selection` (
`event_ns` varchar(255) not null default '' UNIQUE,
PRIMARY KEY (`event_ns`),
`selection_ns` varchar(255) not null default ''
) TYPE=InnoDB;;