~midori/midori/trunk

« back to all changes in this revision

Viewing changes to data/notes/Create.sql

  • Committer: PaweÅ‚ Forysiuk
  • Date: 2013-11-21 16:20:25 UTC
  • mto: This revision was merged to the branch mainline in revision 6548.
  • Revision ID: tuxator@o2.pl-20131121162025-w7jh9cx7qj8fbk7h
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE IF NOT EXISTS notes {
 
2
    id INTEGER,
 
3
    uri TEXT,
 
4
    title TEXT,
 
5
    note_content TEXT,
 
6
    tstamp INTEGER,
 
7
};