D-Scanner/createTable.sql
2013-01-14 15:08:24 -08:00

4 lines
205 B
SQL

create table files (path, mtime, id);
create table publicImports (importerId, importedId);
create table containers (name, protection, fileId, id);
create table symbols (name, type, kind, containerId, id);