Files

309 B

name, description
name description
sql-write Implement a focused SQL change safely.

SQL Write

Understand the schema and affected data before writing SQL.

Use the smallest complete change, preserve data safety, and run relevant verification.

Do not execute destructive operations without explicit authorization.