Update database.md
Add missing ` key on line 131 Drop table `users`
This commit is contained in:
		
							parent
							
								
									0583e051a4
								
							
						
					
					
						commit
						44a8c658b1
					
				@ -128,7 +128,7 @@ db.Set("gorm:table_options", "ENGINE=InnoDB").CreateTable(&User{})
 | 
			
		||||
// Drop model `User`'s table
 | 
			
		||||
db.DropTable(&User{})
 | 
			
		||||
 | 
			
		||||
// Drop table `users
 | 
			
		||||
// Drop table `users`
 | 
			
		||||
db.DropTable("users")
 | 
			
		||||
 | 
			
		||||
// Drop model's `User`'s table and table `products`
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user