Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- List of relations
- Schema | Name | Type | Owner
- --------+----------------------+----------+----------------
- public | ar_internal_metadata | table | vttficbotqfjka
- public | overrides | table | vttficbotqfjka
- public | overrides_id_seq | sequence | vttficbotqfjka
- public | schema_migrations | table | vttficbotqfjka
- public | shops | table | vttficbotqfjka
- public | shops_id_seq | sequence | vttficbotqfjka
- public | uploads | table | vttficbotqfjka
- public | uploads_id_seq | sequence | vttficbotqfjka
- (8 rows)
- =====================================================================================================================
- =====================================================================================================================
- Table "public.overrides"
- Column | Type | Modifiers
- ------------+-----------------------------+--------------------------------------------------------
- id | integer | not null default nextval('overrides_id_seq'::regclass)
- title | character varying |
- product | character varying |
- vendor | character varying |
- tags | character varying |
- variation | character varying |
- upload_id | integer |
- created_at | timestamp without time zone | not null
- updated_at | timestamp without time zone | not null
- price | character varying |
- Indexes:
- "overrides_pkey" PRIMARY KEY, btree (id)
- "index_overrides_on_upload_id" btree (upload_id)
- Foreign-key constraints:
- "fk_rails_ae7fe83ba8" FOREIGN KEY (upload_id) REFERENCES uploads(id)
- =====================================================================================================================
- =====================================================================================================================
- Table "public.uploads"
- Column | Type | Modifiers
- ------------+-----------------------------+------------------------------------------------------
- id | integer | not null default nextval('uploads_id_seq'::regclass)
- title | character varying |
- product | character varying |
- vendor | character varying |
- webfile | character varying |
- collection | character varying |
- print | character varying |
- tags | character varying |
- variation | character varying |
- created_at | timestamp without time zone | not null
- updated_at | timestamp without time zone | not null
- status | character varying |
- sku | character varying |
- createdId | character varying |
- email | character varying |
- notes | character varying |
- action | character varying |
- Indexes:
- "uploads_pkey" PRIMARY KEY, btree (id)
- Referenced by:
- TABLE "overrides" CONSTRAINT "fk_rails_ae7fe83ba8" FOREIGN KEY (upload_id) REFERENCES uploads(id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement