Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- table 50009 Book
- {
- DataClassification = ToBeClassified;
- fields
- {
- field(1; Title; Text[50])
- {
- Caption = 'Title';
- DataClassification = ToBeClassified;
- }
- field(2; Author; Text[50])
- {
- Caption = 'Author';
- DataClassification = ToBeClassified;
- }
- }
- keys
- {
- key(PK; Title)
- {
- Clustered = true;
- }
- }
- }
Add Comment
Please, Sign In to add comment