Skip to content

Commit

Permalink
Resolved #41 add sql
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Sep 8, 2022
1 parent 5b42185 commit 48df0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example1/tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ CREATE TABLE `files` (
CREATE TABLE `file_cache` (
`id` int(11) NOT NULL,
`file_id` int(11) NOT NULL,
`file_cache_adapter` varchar(255) NOT NULL,
`file_cache_path` varchar(255) NOT NULL,
`file_cache_mime` varchar(127) NOT NULL,
`file_cache_metadata` varchar(5000) NOT NULL,
Expand Down

0 comments on commit 48df0d0

Please sign in to comment.