Manage ASL magazines and their articles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-articles/asl_articles/tests/fixtures/cascading-deletes-2.json

15 lines
369 B

{
"publication": [
{ "pub_id": 1, "pub_name": "Cascading Deletes 1" },
{ "pub_id": 2, "pub_name": "Cascading Deletes 2" },
{ "pub_id": 3, "pub_name": "Cascading Deletes 3" }
],
"article": [
{ "article_title": "article 2", "pub_id": "2" },
{ "article_title": "article 3a", "pub_id": "3" },
{ "article_title": "article 3b", "pub_id": "3" }
]
}