Skip to content

Instantly share code, notes, and snippets.

@jok3rcito0
Created June 4, 2020 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jok3rcito0/f182d771bdc51435188534d55a569314 to your computer and use it in GitHub Desktop.
Save jok3rcito0/f182d771bdc51435188534d55a569314 to your computer and use it in GitHub Desktop.
Blueprint Test
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