diff --git a/db/migrations/V025__AddNineBlogPosts.sql b/db/migrations/V025__AddNineBlogPosts.sql index b67e970..ede0e6a 100644 --- a/db/migrations/V025__AddNineBlogPosts.sql +++ b/db/migrations/V025__AddNineBlogPosts.sql @@ -54,7 +54,7 @@ $$# 프리랜서가 놓친 경비 5가지 법적 근거: 소득세법 제34조 필요경비 규정 $$, 'freelancer-expenses', -NULL, +1, true, 'Freelancer Expenses - Tax Deduction Guide', '5 common expenses freelancers overlook, with tax law basis (소득세법 제34조)', @@ -110,7 +110,7 @@ $$# 월세 신고하는 방법 법적 근거: 소득세법 제59조의2 월세세액공제 $$, 'monthly-rent-tax-credit', -NULL, +1, true, 'Monthly Rent Tax Credit Guide', 'How to claim rental tax deduction (월세세액공제) under Income Tax Act Article 59-2', @@ -170,7 +170,7 @@ $$# 자녀 증여세 계산하기 법적 근거: 상속세및증여세법 제13조 기초공제 $$, 'gift-tax-calculation', -NULL, +1, true, 'Gift Tax for Children Calculation', 'How to calculate inheritance and gift tax with basic deduction (상속세및증여세법 제13조)', @@ -229,7 +229,7 @@ $$# 사업자 등록 타이밍 법적 근거: 소득세법 제2조 사업소득 정의 $$, 'business-registration-timing', -NULL, +1, true, 'Business Registration Timing Guide', 'When to register business for tax optimization (소득세법 제2조)', @@ -292,7 +292,7 @@ $$# 소상공인 간단 기장 법적 근거: 소득세법 제29조 기장의무 $$, 'small-business-bookkeeping', -NULL, +1, true, 'Simple Bookkeeping for Small Business', 'Easy accounting for small business owners under Income Tax Act Article 29', @@ -355,7 +355,7 @@ $$# 스마트스토어 판매자 세무 법적 근거: 소득세법 제20조 기타소득/사업소득 $$, 'smartstore-seller-tax', -NULL, +1, true, 'Online Seller Tax Guide', 'Tax reporting for online marketplace sellers (소득세법 제20조)', @@ -414,7 +414,7 @@ $$# 부가가치세 신고 기한 법적 근거: 부가가치세법 제25조 신고기한 $$, 'vat-reporting-deadline', -NULL, +1, true, 'Value Added Tax Reporting Deadline', 'VAT filing deadline and calculation (부가가치세법 제25조)', @@ -480,7 +480,7 @@ $$# 종합소득세 신고 완벽 가이드 법적 근거: 소득세법 제19조 종합소득 $$, 'comprehensive-income-tax-guide', -NULL, +1, true, 'Comprehensive Income Tax Filing Guide', 'Complete guide to filing comprehensive income tax (종합소득세) (소득세법 제19조)', @@ -540,7 +540,7 @@ $$# 연말정산 환급 최대화 법적 근거: 소득세법 제163조 연말정산 $$, 'year-end-tax-settlement', -NULL, +1, true, 'Year-End Tax Settlement Refund Maximization', 'How to maximize tax refund in year-end adjustment (연말정산) (소득세법 제163조)', @@ -548,3 +548,4 @@ true, NOW(), NOW() ); +