analogous to the blog example created database table
This commit is contained in:
@@ -14,7 +14,7 @@ feature -- Access
|
||||
deferred
|
||||
end
|
||||
|
||||
files:<EFBFBD>LIST [CMS_NODE]
|
||||
files: LIST [CMS_NODE]
|
||||
-- List of files
|
||||
deferred
|
||||
end
|
||||
|
||||
@@ -14,6 +14,17 @@ inherit
|
||||
create
|
||||
make
|
||||
|
||||
feature
|
||||
|
||||
files_count: INTEGER_64
|
||||
-- Precursor
|
||||
do
|
||||
|
||||
end
|
||||
|
||||
files: LIST [CMS_NODE]
|
||||
do
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user