ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Tables.sql
Revision: 167
Committed: 2004-06-19T03:02:57-07:00 (21 years ago) by Douglas Thrift
File size: 205 byte(s)
Log Message:
Does stuff.

File Contents

# Content
1 -- Smersh
2 --
3 -- Douglas Thrift
4 --
5 -- $Id$
6
7 CREATE TABLE people
8 (id INTEGER,
9 name VARCHAR(128));
10
11 CREATE TABLE aim
12 (id INTEGER,
13 sn VARCHAR(16));
14
15 CREATE TABLE peopleaimmap
16 (pid INTEGER,
17 aid INTEGER);

Properties

Name Value
svn:eol-style native
svn:keywords Id