Searched defs:uinotification (Results 1 - 1 of 1) 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;

Completed in 30 milliseconds