Created
          April 11, 2012 16:21 
        
      - 
      
- 
        Save anonymous/2360331 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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