home / dcc

product_services

Data license: CC-BY-4.0

✎ View and edit SQL

This data as json

0 records

CREATE TABLE product_services (
	id INTEGER NOT NULL, 
	name TEXT, organization_id INTEGER, 
	PRIMARY KEY (id)
);
CREATE INDEX ix_product_services_472c1f99a32def1b ON product_services (organization_id);
Powered by Datasette · Queries took 27.659ms · Data license: CC-BY-4.0