1
Fork 0

add create and drop assertion

This commit is contained in:
Jake Wheat 2015-08-16 20:03:02 +03:00
parent 3c0788af6e
commit c102528d5f
4 changed files with 45 additions and 5 deletions
Language/SQL/SimpleSQL

View file

@ -431,9 +431,9 @@ I'm not sure if this is valid syntax or not.
> | DropCollation
> | CreateTranslation
> | DropTranslation -}
> {- | CreateAssertion
> | DropAssertion
> | CreateTrigger
> | CreateAssertion [Name] ValueExpr
> | DropAssertion [Name] DropBehaviour
> {- | CreateTrigger
> | DropTrigger
> | CreateType
> | AlterType