This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
oott
Watch
1
Star
0
Fork
0
mirror of
https://github.com/rzuasti/oott.git
synced
2026-07-08 19:21:54 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e975598f9ac6ac0fa5befec7b82b14822a12d8a
oott
/
backend
/
database_migrations
/
02-add_mac_address_to_notifications
/
up.sql
T
2 lines
70 B
SQL
Raw
Normal View
History
Unescape
Escape
Sort and look up text columns case-insensitively
2026-06-01 07:33:37 -04:00
ALTER
TABLE
notifications
ADD
COLUMN
mac_address
TEXT
COLLATE
NOCASE
;
Reference in New Issue
Copy Permalink