use crate::;
/// Bound `CREATE TABLE` statement — resolved and validated,
/// ready for the executor to apply to the catalog and storage.
///
/// Contains the target database, schema, table name, resolved column
/// definitions (constraints folded into flags), and any remaining
/// table-level constraints that span multiple columns or require
/// validation deferred to a later stage.