Loading...
Loading...
Best Practices for Database and Table Name Specification Validation and Automatic Correction. Applicable to scenarios like "Does the database comply with specifications?", "table name specifications", "check table names", "optimize table names", "database naming", "check this file", "Is the table name compliant?"
npx skill4agent add forge-town/skills db-table-best-practiceNote: Only validates the table name of data tables, not involving column/field naming.
userordersystemuser_order_addressesuser_order_shipping_receive_addressesdatabase_table_name + _tablepgTable()users_table.tspgTable("users", {...})user_profiles_table.tspgTable("user_profiles", {...})edit_filelimit=-1glob_filelimit=-1