aboutsummaryrefslogtreecommitdiffstats
path: root/crates/pseudonyms/migrations/20250810112930_entity.sql
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pseudonyms/migrations/20250810112930_entity.sql')
-rw-r--r--crates/pseudonyms/migrations/20250810112930_entity.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/pseudonyms/migrations/20250810112930_entity.sql b/crates/pseudonyms/migrations/20250810112930_entity.sql
new file mode 100644
index 0000000..7edce20
--- /dev/null
+++ b/crates/pseudonyms/migrations/20250810112930_entity.sql
@@ -0,0 +1,4 @@
+create table entity (
+ id varchar primary key,
+ cre_dt_tm timestamptz not null
+);