fedimovies/migrations/V0047__internal_property.sql

5 lines
114 B
MySQL
Raw Normal View History

CREATE TABLE internal_property (
property_name VARCHAR(100) PRIMARY KEY,
property_value JSONB NOT NULL
);