mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
Week 17/2022
This commit is contained in:
parent
cb1970a9bf
commit
23979938b4
7 changed files with 89 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: 'You can validate JSON columns at the database level'
|
||||
tweet_id: '1520040296930705408'
|
||||
thread_slug: weekly-thread-2022-17
|
||||
author_username: tobias_petry
|
||||
images:
|
||||
- 'https://pbs.twimg.com/media/FRQ0DmDXsAE_gbI.jpg'
|
||||
created_at: 2022-04-29T14:00:22+00:00
|
||||
slug: you-can-validate-json-columns-at-the-database-level
|
||||
---
|
||||
⚡️ Database Tip
|
||||
|
||||
Extending a traditional database schema with NoSQL-like JSON columns can make the schema more understandable. But you should also ensure these JSON documents conform to an expected schema!
|
||||
|
||||
https://sqlfordevs.io/tips/json-schema-validation
|
||||
Loading…
Add table
Add a link
Reference in a new issue