pub fn add_column_sql(entity_name: &str, field: &FieldSpec) -> StringExpand description
Generate a Postgres ALTER TABLE ADD COLUMN statement. NOT NULL is omitted on ADD COLUMN to avoid requiring DEFAULT values. Required-ness is tracked in the manifest; enforcement deferred.