home / dcc

organizations_users

Data license: CC-BY-4.0

✎ View and edit SQL

This data as json

0 records

CREATE TABLE organizations_users (
	id INTEGER NOT NULL, 
	user_id INTEGER, organization_id INTEGER, 
	PRIMARY KEY (id)
);
Powered by Datasette · Queries took 19.698ms · Data license: CC-BY-4.0