fix: make optional fields nullable in schema, add text wrap for location field

- Make type_id, aud_id, invNumber optional in OborudBase schema
- Make type optional in OborudRead to support NULL values after migration
- Add CSS word-wrap for raspologenie column to prevent text overflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Danamir
2026-01-22 22:22:33 +01:00
parent e428e7f762
commit e2ff0f9a05
2 changed files with 5 additions and 4 deletions

View File

@@ -16,4 +16,5 @@ button:hover { border-color: var(--accent); }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid #1f2937; padding: 8px; text-align: left; }
th { color: var(--muted); font-weight: 600; }
td.rasp { max-width: 200px; word-wrap: break-word; white-space: normal; }