Sha256: 33de2cc7dd707710fcfbce3cf66d3efa9cf6e8f7db6d6a4cb4544e33e32280f7
Contents?: true
Size: 340 Bytes
Versions: 43
Compression:
Stored size: 340 Bytes
Contents
create table employment_insurances ( valid_from date not null, valid_until date not null, employee_general decimal(1,5) not null, employer_general decimal(1,5) not null, employee_agric decimal(1,5) not null, employer_agric decimal(1,5) not null, employee_const decimal(1,5) not null, employer_const decimal(1,5) not null );
Version data entries
43 entries across 43 versions & 1 rubygems