namespaceSqlFaker\PostgreSql\Generation\Rewrite\Column
Classes 4§
| ConstraintCapabilitiesRule | processCASbits permits attributes according to the non-null output pointers at each call site. |
| ForeignKeyActionRule | key_update rejects SET NULL/DEFAULT column lists; key_delete permits them. |
| IdentityOptionRule | gram.y:alter_identity_column_option excludes AS, RESTART and OWNED BY after SET. |
| NumericContextRule | gram.y bounds FLOAT precision and ALTER COLUMN's positional form before parse analysis. |