mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	added util/import-model.pl.
This commit is contained in:
		@ -17,7 +17,7 @@ create table comments (
 | 
			
		||||
    sender varchar(64) not null,
 | 
			
		||||
    email varchar(64) not null,
 | 
			
		||||
    url varchar(1024),
 | 
			
		||||
    body text,
 | 
			
		||||
    body text not null,
 | 
			
		||||
    created timestamp(0) default now() not null,
 | 
			
		||||
    post bigint not null,
 | 
			
		||||
    foreign key (post) references posts(id)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user