Skip to content
Snippets Groups Projects
Select Git revision
  • 2f957172844194dfa4642207a7b572848b8fc70d
  • master default
2 results

createRawSchema.sql

Blame
  • Dan Suciu's avatar
    Dan Suciu authored
    2f957172
    History
    createRawSchema.sql 150 B
    create table Pub (k text, p text);
    create table Field (k text, i text, p text, v text);
    copy Pub from 'pubFile.txt';
    copy Field from 'fieldFile.txt';