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
b3de72daf2
db
/
schema
/
010_email.sql
Orion Kindel
c19a46b736
fix: hashed_text and email are text newtypes
2023-06-10 13:03:25 -05:00
2 lines
44 B
SQL
Raw
Blame
History
select
create_newtype_text
(
'
public.email
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink