//! Shared SQL rendering functions
//!
//! This module provides consistent SQL generation across both schema generation
//! and migration operations to ensure identical output.
// Re-export commonly used functions
pub use ;
pub use ;
pub use render_create_index;
pub use render_create_table;