This will eventually become a signup sheet + no-show tracker for my local board game meetup group Change-Id: Id8d1d80d95d1e2fda5041275cff2fecfd6fa43f1
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| drop table "public"."user";
 | |
| 
 | |
| -- ;;
 | |
| 
 | |
| drop table "public"."event_attendee";
 | |
| 
 | |
| 
 | |
| -- ;;
 | |
| 
 | |
| drop table "public"."event";
 | |
| 
 | |
| -- ;;
 | |
| 
 | |
| drop table "public"."attendee";
 |