We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ac084 commit b9ea8edCopy full SHA for b9ea8ed
src/ast/ddl.rs
@@ -3029,8 +3029,6 @@ pub struct CreateTrigger {
3029
/// FOR EACH ROW
3030
/// EXECUTE FUNCTION trigger_function();
3031
/// ```
3032
- ///
3033
- /// This may be omitted in SQLite, the effect is equivalent to BEFORE.
3034
pub period: Option<TriggerPeriod>,
3035
/// Whether the trigger period was specified before the target table name.
3036
/// This does not refer to whether the period is BEFORE, AFTER, or INSTEAD OF,
0 commit comments