Generate a database index name for this index. Table: {{table_name}} Columns: {{columns}} Index type: {{index_type}} Constraints: - Format: idx_{table}_{columns}_{type} - Maximum 63 characters (PostgreSQL limit) - All lowercase - Underscores only, no hyphens - Abbreviate table name if needed to fit - Column names separated by underscore - Type suffix: btree, hash, gin, gist, unique Output ONLY the index name and the CREATE INDEX statement.
Database Index Name Convention
Generate database index names following strict conventions.
78 copies0 forks
Details
Category
CodingUse Cases
Database naming conventionIndex creation automationSchema standardization
Works Best With
claude-opus-4.5gpt-5.2gemini-2.0-flash
Created Updated Shared