Skip to content

Instantly share code, notes, and snippets.

@iwazer
Created November 14, 2011 04:57
Show Gist options
  • Save iwazer/1363270 to your computer and use it in GitHub Desktop.
Save iwazer/1363270 to your computer and use it in GitHub Desktop.
CREATE TABLE t_member (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
registered_at INTEGER NOT NULL,
deleted_at INTEGER
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment