- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 12
          Add autoIncrement in Primary Key.
          #226
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| PR Summary
 | 
| Codecov ReportPatch coverage:  
 
 Additional details and impacted files@@            Coverage Diff            @@
##             master     #226   +/-   ##
=========================================
  Coverage     98.16%   98.16%           
  Complexity      195      195           
=========================================
  Files            16       16           
  Lines           600      601    +1     
=========================================
+ Hits            589      590    +1     
  Misses           11       11           
 ☔ View full report in Codecov by Sentry. | 
This is the
first solution, this will solve immediately, the creation of theprimary key auto incrementfromOracle 12to thelastest version, if we want to support the legacy versionOracle 11, then we must add the methodsaddSequence(),addTrigger(),dropSequence(), anddropTrigger(), so that it can work inOracle 11.