Searched refs:uinotification (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql589 -- Table `openidm`.`uinotification`
591 IF NOT EXISTS (SELECT name FROM sysobjects where name='uinotification' and xtype='U')
593 CREATE TABLE [openidm].[uinotification] ( table
605 EXEC sp_addextendedproperty 'MS_Description', 'Date format: 2011-09-09T14:58:17.654+02:00', 'SCHEMA', openidm, 'TABLE', uinotification, 'COLUMN', createdate;
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/oracle/scripts/
H A Dopenidm.sql59 -- DROP TABLE uinotification CASCADE CONSTRAINTS;
62 PROMPT Creating Table uinotification ...
63 CREATE TABLE uinotification (
75 PROMPT Creating Primary Key Constraint PRIMARY_0 on table uinotification ...
76 ALTER TABLE uinotification
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql489 -- Table openidm.uinotification

Completed in 27 milliseconds