Sha256: 332fb922769c2b35166c9364504113397d8eb5f875c8f9d5a79f0dd9c1e0a3c5

Contents?: true

Size: 118 Bytes

Versions: 3

Compression:

Stored size: 118 Bytes

Contents

Sequel.migration do
  up do
    create_table(:projects) do
      primary_key :id
      String :name
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hourglass-0.0.3.pre db/migrate/001_create_projects.rb
hourglass-0.0.2-java db/migrate/001_create_projects.rb
hourglass-0.0.1-java db/migrate/001_create_projects.rb