chiark / gitweb /
changed graphs to manual dot file; added pictures; faffed about with text
[familyTree.git] / familyTree / makeTables.py
index 55ce97c29f1c2f340f2da71a19a91c1797d90953..ca3f6038afd9677d0326b9446ea83490f57728cb 100755 (executable)
@@ -2,7 +2,8 @@
 
 s = 'CREATE TABLE people\n(\nID int,\nName text,\nFirstName'\
        +' text,\nBorn text,\nbornYear int,\nDied text,'\
-       +'\ndiedYear int,\nbornMonth int,\ndiedMonth);'
+       +'\ndiedYear int,\nbornMonth int,\ndiedMonth,'\
+       +'\nURL text,\nPicture text);'
 
 print s