/// Modifier flags parsed from tokens between the `CREATE` keyword and the object keyword
/// (e.g. `TABLE`, `VIEW`, `INDEX`).
///
/// These flags capture optional SQL modifiers such as `OR REPLACE`, `TEMPORARY`,
/// `UNLOGGED`, `UNIQUE`, and `MATERIALIZED` that can appear in various combinations
/// depending on the DDL statement being parsed.