Sha256: 93259568dbc462b7d38d8e5e3517d81ea609506df632c00fd8507958dd4ae3f0
Contents?: true
Size: 246 Bytes
Versions: 8
Compression:
Stored size: 246 Bytes
Contents
drop table contents; create table contents ( id INTEGER PRIMARY KEY, title varchar(100), description text ); drop table comments; create table comments ( id INTEGER PRIMARY KEY, author varchar(100), content text, content_id int );
Version data entries
8 entries across 8 versions & 2 rubygems