initial commit
This commit is contained in:
9
assets/category.fbs
Normal file
9
assets/category.fbs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace internal.encoding.fbs;
|
||||
|
||||
table Category {
|
||||
id:long;
|
||||
name:string;
|
||||
}
|
||||
|
||||
root_type Category;
|
||||
|
||||
Reference in New Issue
Block a user