awSQL/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-employees-md-29b.json
2025-03-26 22:31:49 +01:00

23 lines
648 B
JSON

{
"id": "example-db/Employees",
"title": "Table: Employees",
"description": "| EmployeeID | LastName | FirstName | BirthDate | Photo | Notes |",
"source": "@site/docs/example-db/Employees.md",
"sourceDirName": "example-db",
"slug": "/example-db/Employees",
"permalink": "/awSQL/example-db/Employees",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "defaultSidebar",
"previous": {
"title": "Table: Customers",
"permalink": "/awSQL/example-db/Customers"
},
"next": {
"title": "Table: OrderDetails",
"permalink": "/awSQL/example-db/OrderDetails"
}
}