analogous to the blog example created database table

This commit is contained in:
fmurer
2015-12-30 01:09:01 +01:00
parent 5e55a6f1f1
commit 52b9ed277c
4 changed files with 90 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ feature -- Access
deferred
end
files:<EFBFBD>LIST [CMS_NODE]
files: LIST [CMS_NODE]
-- List of files
deferred
end

View File

@@ -14,6 +14,17 @@ inherit
create
make
feature
files_count: INTEGER_64
-- Precursor
do
end
files: LIST [CMS_NODE]
do
end
end