Snippet package
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
snippet_package_id | integer | not null default nextval(('snippet_package_pk_seq'::text)::regclass) |
created_by | integer | not null default 0 |
name | text | |
description | text | |
category | integer | not null default 0 |
language | integer | not null default 0 |
Indexes: snippet_package_pkey primary key btree (snippet_package_id), | ||
snippet_package_category btree (category), | ||
snippet_package_language btree ("language") |
Other Information About the Data
Know something about this table? Add it here (and remove this message)