This website requires JavaScript.
Explore
Help
Sign In
dnim
/
db
Watch
1
Star
0
Fork
0
You've already forked db
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
737137439a
db
/
schema
/
000_hashed_text.sql
Orion Kindel
737137439a
feat: user, audit, hashed_text, email
2023-06-10 00:12:26 -05:00
2 lines
42 B
SQL
Raw
Blame
History
create
type
hashed_text
as
(
hashed
text
)
;
Reference in New Issue
View Git Blame
Copy Permalink