1
Fork 0
simple-sql-parser/tools/Language/SQL
Jake Wheat f0baa3c37b add alter table variations:
set default
  drop default
  set not null
  drop not null
  set data type
  drop column
  add constraint
  drop constraint

fix bug where generated didn't have to be followed with 'always' or
  'by default' for identities in create table
2015-08-02 23:22:06 +03:00
..
SimpleSQL add alter table variations: 2015-08-02 23:22:06 +03:00