Sha256: 8d365546f2bbfffef5d07b2af7360f703c9988633b46f0c4f424a64c8111e4ab
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
Sequel.migration do change do create_table :reg_p110 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :num_campo, String, size: 2 column :cod_det, String, size: 8 column :det_valor, BigDecimal, size: [18, 2] column :inf_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems