1 line
112 B
SQL
1 line
112 B
SQL
ALTER TABLE `importSettings` ADD `exportFolderType` enum('local','teams','sharepoint') DEFAULT 'local' NOT NULL; |