3 lines
75 B
MySQL
3 lines
75 B
MySQL
|
ALTER TABLE domains
|
||
|
ADD authentikProvider BOOLEAN NOT NULL DEFAULT true;
|