mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 02:28:03 +08:00 
			
		
		
		
	| @ -530,6 +530,60 @@ INCREMENT 1 | |||||||
| MAXVALUE 9223372036854775807 | MAXVALUE 9223372036854775807 | ||||||
| CACHE 1; | CACHE 1; | ||||||
|  |  | ||||||
|  | -- ---------------------------- | ||||||
|  | -- Sequence structure for system_mail_account_seq | ||||||
|  | -- ---------------------------- | ||||||
|  | DROP SEQUENCE IF EXISTS "system_mail_account_seq"; | ||||||
|  | CREATE SEQUENCE "system_mail_account_seq" | ||||||
|  | INCREMENT 1 | ||||||
|  | MAXVALUE 9223372036854775807 | ||||||
|  | CACHE 1; | ||||||
|  |  | ||||||
|  | -- ---------------------------- | ||||||
|  | -- Sequence structure for system_mail_log_seq | ||||||
|  | -- ---------------------------- | ||||||
|  | DROP SEQUENCE IF EXISTS "system_mail_log_seq"; | ||||||
|  | CREATE SEQUENCE "system_mail_log_seq" | ||||||
|  | INCREMENT 1 | ||||||
|  | MAXVALUE 9223372036854775807 | ||||||
|  | CACHE 1; | ||||||
|  |  | ||||||
|  | -- ---------------------------- | ||||||
|  | -- Sequence structure for system_mail_template_seq | ||||||
|  | -- ---------------------------- | ||||||
|  | DROP SEQUENCE IF EXISTS "system_mail_template_seq"; | ||||||
|  | CREATE SEQUENCE "system_mail_template_seq" | ||||||
|  | INCREMENT 1 | ||||||
|  | MAXVALUE 9223372036854775807 | ||||||
|  | CACHE 1; | ||||||
|  |  | ||||||
|  | -- ---------------------------- | ||||||
|  | -- Sequence structure for system_notify_message_seq | ||||||
|  | -- ---------------------------- | ||||||
|  | DROP SEQUENCE IF EXISTS "system_notify_message_seq"; | ||||||
|  | CREATE SEQUENCE "system_notify_message_seq" | ||||||
|  | INCREMENT 1 | ||||||
|  | MAXVALUE 9223372036854775807 | ||||||
|  | CACHE 1; | ||||||
|  |  | ||||||
|  | -- ---------------------------- | ||||||
|  | -- Sequence structure for system_notify_template_seq | ||||||
|  | -- ---------------------------- | ||||||
|  | DROP SEQUENCE IF EXISTS "system_notify_template_seq"; | ||||||
|  | CREATE SEQUENCE "system_notify_template_seq" | ||||||
|  | INCREMENT 1 | ||||||
|  | MAXVALUE 9223372036854775807 | ||||||
|  | CACHE 1; | ||||||
|  |  | ||||||
|  | -- ---------------------------- | ||||||
|  | -- Sequence structure for system_user_session_seq | ||||||
|  | -- ---------------------------- | ||||||
|  | DROP SEQUENCE IF EXISTS "system_user_session_seq"; | ||||||
|  | CREATE SEQUENCE "system_user_session_seq" | ||||||
|  | INCREMENT 1 | ||||||
|  | MAXVALUE 9223372036854775807 | ||||||
|  | CACHE 1; | ||||||
|  |  | ||||||
| -- ---------------------------- | -- ---------------------------- | ||||||
| -- Table structure for bpm_form | -- Table structure for bpm_form | ||||||
| -- ---------------------------- | -- ---------------------------- | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 芋道源码
					芋道源码