add create and drop assertion
This commit is contained in:
parent
3c0788af6e
commit
c102528d5f
4 changed files with 45 additions and 5 deletions
Language/SQL/SimpleSQL
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue