Files
konabot/konabot/common/permsys/sql/create_entity.sql

12 lines
115 B
SQL

INSERT
OR IGNORE INTO perm_entity(
platform,
entity_type,
external_id
)
VALUES(
?,
?,
?
);