Files
vexplor/backend-node/src/services
kjs 5fb1f705dc docs: add DB table creation rules and guidelines
- Introduced essential rules for creating database tables, emphasizing the use of `VARCHAR(500)` for all business columns and the inclusion of five mandatory columns.
- Specified the requirement for registering three metadata tables: `table_labels`, `table_type_columns`, and `column_labels`.
- Outlined prohibited practices, including the direct use of certain database types and the necessity of including the `ON CONFLICT` clause for handling duplicates.

Made-with: Cursor
2026-03-11 15:04:05 +09:00
..
2025-10-16 10:33:21 +09:00
2025-10-29 11:26:00 +09:00
2025-09-23 10:45:53 +09:00
2025-10-16 10:33:21 +09:00
2025-10-22 17:07:38 +09:00
2025-10-22 17:07:38 +09:00
2025-11-28 14:56:11 +09:00
2026-01-14 15:33:57 +09:00
2025-10-21 12:51:57 +09:00