Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2012 16:21
Show Gist options
  • Save anonymous/2360331 to your computer and use it in GitHub Desktop.
Save anonymous/2360331 to your computer and use it in GitHub Desktop.
CREATE TABLE ODE_FAULT
(FAULT_ID BIGINT NOT NULL,
ACTIVITY_ID INTEGER,
DATA CLOB,
MESSAGE VARCHAR(4000),
LINE_NUMBER INTEGER,
NAME VARCHAR(255),
PRIMARY KEY (FAULT_ID));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment