Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('upload_info_id_seq'::regclass) |
|
|
||||
uploaded_by | text | 2147483647 | null |
|
|
|||||
uploaded_on | timestamp | 29 | √ | date_trunc('milliseconds'::text, now()) |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
upload_info_pkey | Primary key | Asc | id |