projects
/
backups
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding sql schema file
[backups/.git]
/
schema.sql
1
CREATE TABLE file (
2
CHAR type,
3
VARCHAR permissions,
4
VARCHAR user,
5
VARCHAR group,
6
INTEGER size,
7
INTEGER modified_date,
8
VARCHAR name
9
)