settingsengines/sdb/tests/config/schema.sql
author terytkon
Thu, 11 Mar 2010 18:20:56 +0200
changeset 1 b538b70cbe51
permissions -rw-r--r--
Move rest of the swconfigmdw package components to oss repository. -Changed sfl licences to epl.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     1
create table t1(t1key INTEGER PRIMARY KEY, data TEXT, num double, timeEnter DATE); 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     2
create table t2(t1key INTEGER PRIMARY KEY, data TEXT, num double, timeEnter DATE); 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     3
create table t3(t1key INTEGER PRIMARY KEY, data TEXT, num double, timeEnter DATE); 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     4
create table t4(t1key INTEGER PRIMARY KEY, data TEXT, num double, timeEnter DATE);