sveden-parser/sql/create_table_sveden_education_hashes.sql

6 lines
146 B
MySQL
Raw Normal View History

CREATE TABLE sveden_education_hashes (
id INT
org_id INT
data_hash VARCHAR(32)
sveden_table ENUM
);