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
main
oott
/
backend
/
database_migrations
/
02-add_mac_address_to_notifications
/
up.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
2 lines
70 B
SQL
Raw
Permalink
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