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
d89a4fa455
db
/
schema
/
0013_email.sql
2 lines
44 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix: hashed_text and email are text newtypes
2023-06-10 18:02:20 +00:00
select
create_newtype_text
(
'
public.email
'
)
;
Reference in New Issue
Copy Permalink