Files
recipe-app/db/schema.cds
T
2026-06-04 22:21:53 +00:00

6 lines
75 B
Plaintext

entity Books {
key ID : Integer;
title : String;
author : String;
}