insert into store (store_id, manager_staff_id, address_id,
last_update)
values (#{storeId,jdbcType=TINYINT}, #{managerStaffId,jdbcType=TINYINT}, #{addressId,jdbcType=SMALLINT},
#{lastUpdate,jdbcType=TIMESTAMP})
insert into store
store_id,
manager_staff_id,
address_id,
last_update,
#{storeId,jdbcType=TINYINT},
#{managerStaffId,jdbcType=TINYINT},
#{addressId,jdbcType=SMALLINT},
#{lastUpdate,jdbcType=TIMESTAMP},