⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (208 Bytes)
Bug #4294
» database.txt
lm at
, 07/07/2015 02:53 PM
sqlite3 dist/meals.db <<< ".schema
select * from meal;"
CREATE TABLE "meal" (
"id" integer primary key autoincrement,
"version" integer not null,
"name" text not null
);
1|1|first meal
2|1|second meal
« Previous
1
2
3
4
5
Next »
(2-2/5)
Loading...