index
:
warden
master
A rule-based platform
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
pseudonyms
/
migrations
/
20250810112930_entity.sql
blob: 7edce205c0c77821d41bf8ad9e33dd55c373525e (
plain
)
1
2
3
4
create
table
entity
(
id
varchar
primary
key
,
cre_dt_tm
timestamptz
not
null
);