Sha256: 2cfb84f4acdbe95ebfbea02fdf0ae869ed98822384b973d6c91f4a7310b1210a
Contents?: true
Size: 482 Bytes
Versions: 9
Compression:
Stored size: 482 Bytes
Contents
Sequel.migration do change do create_table :reg_e530 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_aj, String, size: 1 column :vl_aj, BigDecimal, size: [18, 2] column :cod_aj, String, size: 3 column :ind_doc, String, size: 1 column :num_doc, String, size: 1000 column :descr_aj, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems