Sha256: f3fc3eee677ba2859e3dfb3a22cc354ab5645787423cf60bf337d81d16f13bb3
Contents?: true
Size: 628 Bytes
Versions: 18
Compression:
Stored size: 628 Bytes
Contents
BEGIN; SELECT PLAN(7); SELECT col_is_pk('dummy_landable', 'assets', 'asset_id', 'Asset_id is pk'); SELECT col_is_fk('dummy_landable', 'assets', 'author_id', 'author_id is fk'); SELECT col_not_null('dummy_landable', 'assets', 'author_id', 'author_id not null'); SELECT col_not_null('dummy_landable', 'assets', 'name', 'name not null'); SELECT col_not_null('dummy_landable', 'assets', 'data', 'data not null'); SELECT col_not_null('dummy_landable', 'assets', 'md5sum', 'md5sum not null'); SELECT col_not_null('dummy_landable', 'assets', 'mime_type', 'mime_type not null'); SELECT * FROM finish(); ROLLBACK;
Version data entries
18 entries across 18 versions & 1 rubygems