Files
refstack/schema.sql
2013-04-17 13:13:47 -07:00

3 lines
124 B
SQL

CREATE TABLE IF NOT EXISTS VENDORS
( vendor_id integer primary key asc autoincrement,
vendor_name TEXT NOT NULL);