mirror of https://github.com/certd/certd
				
				
				
			
		
			
				
	
	
		
			3 lines
		
	
	
		
			527 B
		
	
	
	
		
			SQL
		
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			527 B
		
	
	
	
		
			SQL
		
	
	
| INSERT INTO sys_user (id, username, password, nick_name, avatar, phone_code, mobile, email, status, create_time, update_time,remark) VALUES (3, 'admin1', 'e10adc3949ba59abbe56e057f20f883e', 'admin', NULL, NULL, NULL, NULL, 1, 2011123132, 123132,NULL);
 | ||
| INSERT INTO sys_user (id, username, password, nick_name, avatar, phone_code, mobile, email, status, create_time, update_time,remark) VALUES (4, 'readonly1', 'e10adc3949ba59abbe56e057f20f883e', '只读用户', NULL, NULL, NULL, NULL, 1, 2011123132, 123132,'密码:123456');
 |