mocha/sql/mysql/002-tables/mocha_tenant_references.sql
2024-01-02 00:17:29 -05:00

8 lines
155 B
SQL

DROP TABLE IF EXISTS mocha_tenant_references;
CREATE TABLE mocha_tenant_references
(
source_tenant_id INT NOT NULL,
target_tenant_id INT NOT NULL
);