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
/
08-add_name_to_devices
/
up.sql
T
2 lines
57 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
devices
ADD
COLUMN
name
TEXT
COLLATE
NOCASE
;
Reference in New Issue
Copy Permalink