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

Version Path
tax_jp-1.2.12 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.11 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.10 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.9 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.8 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.7 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.6 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.5 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.4 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.3 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.2 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.1 data/労働保険/schema_employment_insurances.sql
tax_jp-1.2.0 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.12 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.11 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.10 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.9 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.8 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.7 data/労働保険/schema_employment_insurances.sql
tax_jp-1.1.6 data/労働保険/schema_employment_insurances.sql