add generation clause support to create table
This commit is contained in:
parent
e495e240c0
commit
4f80ec96d4
4 changed files with 16 additions and 1 deletions
Language/SQL/SimpleSQL
|
@ -504,7 +504,7 @@ I'm not sure if this is valid syntax or not.
|
|||
> data DefaultClause =
|
||||
> DefaultClause ValueExpr
|
||||
> | IdentityColumnSpec IdentityWhen [SequenceGeneratorOption]
|
||||
> -- | GenerationClause
|
||||
> | GenerationClause ValueExpr
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
> data IdentityWhen =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue