Sha256: eb08be86ee5aeb57fe1b7f93cd4cafcb7bc064a9c4c9f3d847edf3eadf938ef8

Contents?: true

Size: 553 Bytes

Versions: 34

Compression:

Stored size: 553 Bytes

Contents

-- MySQL dump 9.11
--
-- Host: localhost    Database: file_column_test
-- ------------------------------------------------------
-- Server version	4.0.24

--
-- Table structure for table `entries`
--

DROP TABLE IF EXISTS entries;
CREATE TABLE entries (
  id int(11) NOT NULL auto_increment,
  image varchar(200) default NULL,
  file varchar(200) NOT NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

DROP TABLE IF EXISTS movies;
CREATE TABLE movies (
  id int(11) NOT NULL auto_increment,
  movie varchar(200) default NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

Version data entries

34 entries across 34 versions & 6 rubygems

Version Path
file_column_with_s3-0.3.0 test/fixtures/mysql.sql
file_column_with_s3-0.2.0 test/fixtures/mysql.sql
file_column_with_s3-0.1.9 test/fixtures/mysql.sql
file_column_with_s3-0.1.8 test/fixtures/mysql.sql
file_column_with_s3-0.1.7 test/fixtures/mysql.sql
file_column_with_s3-0.1.6 test/fixtures/mysql.sql
file_column_with_s3-0.1.5 test/fixtures/mysql.sql
file_column_with_s3-0.1.4 test/fixtures/mysql.sql
file_column_with_s3-0.1.3 test/fixtures/mysql.sql
file_column_with_s3-0.1.2 test/fixtures/mysql.sql
file_column_with_s3-0.1.1 test/fixtures/mysql.sql
file_column_with_s3-0.1.0 test/fixtures/mysql.sql
file_column-0.3.2 test/fixtures/mysql.sql
admin_assistant-2.0.1 rails_2_test/vendor/plugins/file_column/test/fixtures/mysql.sql
admin_assistant-1.0.1 test_rails_app/vendor/plugins/file_column/test/fixtures/mysql.sql
file-column-0.3.2 test/fixtures/mysql.sql
avatar-0.0.1 test/lib/file_column/test/fixtures/mysql.sql
avatar-0.0.4 test/lib/file_column/test/fixtures/mysql.sql
avatar-0.0.2 test/lib/file_column/test/fixtures/mysql.sql
avatar-0.0.3 test/lib/file_column/test/fixtures/mysql.sql