官网开发 0810-v2
This commit is contained in:
@@ -7,6 +7,7 @@ export const wwwSiteSettings = mysqlTable('www_site_settings', {
|
||||
faviconUrl: varchar('favicon_url', { length: 500 }).notNull().default(''),
|
||||
logoDarkUrl: varchar('logo_dark_url', { length: 500 }).notNull().default(''),
|
||||
logoLightUrl: varchar('logo_light_url', { length: 500 }).notNull().default(''),
|
||||
enabledLocales: varchar('enabled_locales', { length: 20 }).notNull().default('zh,en'),
|
||||
updatedAt: datetime('updated_at').notNull().default(sql`CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP`),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user