152. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:14:10 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

152.1 Files compared

# Location File Last Modified
1 Thu Apr 27 19:14:10 2017 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_DataMgmt\target\PS_INB_ERX_DataMgmt-1.0.2.010-zipfile.zip\INB_ERX2.0\DDL\installation_scripts\PDI R_NOTE.sql Wed Aug 17 21:18:36 2016 UTC

152.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 29
Removed 0 0

152.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

152.4 Active regular expressions

No regular expressions were active.

152.5 Comparison detail

        1   DROP TABLE  PDI.R_NOT E
        2   ;
        3  
        4  
        5   CREATE TAB LE PDI.R_N OTE
        6   (
        7     ID_NOTE  INTEGER
        8   , VALUE_ST R CLOB
        9   , GUI_LOCA TION_X INT EGER
        10   , GUI_LOCA TION_Y INT EGER
        11   , GUI_LOCA TION_WIDTH  INTEGER
        12   , GUI_LOCA TION_HEIGH T INTEGER
        13   , FONT_NAM E CLOB
        14   , FONT_SIZ E INTEGER
        15   , FONT_BOL D CHAR(1)
        16   , FONT_ITA LIC CHAR(1 )
        17   , FONT_COL OR_RED INT EGER
        18   , FONT_COL OR_GREEN I NTEGER
        19   , FONT_COL OR_BLUE IN TEGER
        20   , FONT_BAC K_GROUND_C OLOR_RED I NTEGER
        21   , FONT_BAC K_GROUND_C OLOR_GREEN  INTEGER
        22   , FONT_BAC K_GROUND_C OLOR_BLUE  INTEGER
        23   , FONT_BOR DER_COLOR_ RED INTEGE R
        24   , FONT_BOR DER_COLOR_ GREEN INTE GER
        25   , FONT_BOR DER_COLOR_ BLUE INTEG ER
        26   , DRAW_SHA DOW CHAR(1 )
        27   , PRIMARY  KEY (ID_NO TE)
        28   )
        29   ;