diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/dummy.fbs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/domain/dummy.fbs b/common/domain/dummy.fbs index 4b12827..8b8df4e 100644 --- a/common/domain/dummy.fbs +++ b/common/domain/dummy.fbs | |||
@@ -1,6 +1,10 @@ | |||
1 | namespace Sink.ApplicationDomain.Buffer; | 1 | namespace Sink.ApplicationDomain.Buffer; |
2 | 2 | ||
3 | table Dummy { | 3 | table Dummy { |
4 | uid:string; | ||
5 | summary:string; | ||
6 | description:string; | ||
7 | attachment:[ubyte]; | ||
4 | } | 8 | } |
5 | 9 | ||
6 | root_type Dummy; | 10 | root_type Dummy; |