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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user