Created
June 4, 2020 00:08
-
-
Save jok3rcito0/f182d771bdc51435188534d55a569314 to your computer and use it in GitHub Desktop.
Blueprint Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
models: | |
Article: | |
title: string | |
slug: string unique | |
content: longtext | |
category_id: id | |
user_id: id | |
Category: | |
name: string | |
slug: string unique | |
relationships: | |
hasMany: Article |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment