diff --git a/example.json b/example.json new file mode 100644 index 0000000..97a0605 --- /dev/null +++ b/example.json @@ -0,0 +1,13 @@ +[ + { + "name": "products", + "strict": false, + "columns": [ + { + "name": "id", + "datatype": "Integer", + "primary_key": true + } + ] + } +]