소스 검색

Removed unneeded null: false

Andrew Kane 8 년 전
부모
커밋
36f4325791
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/generators/blazer/templates/install.rb

+ 1 - 1
lib/generators/blazer/templates/install.rb

@@ -14,7 +14,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration
       t.references :query
       t.text :statement
       t.string :data_source
-      t.timestamp :created_at, null: false
+      t.timestamp :created_at
     end
 
     create_table :blazer_dashboards do |t|