7 lines
294 B
SQL
Executable File
7 lines
294 B
SQL
Executable File
-- ============================================
|
|
-- 此文件由 Meoo Cloud 自动生成,请勿修改
|
|
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
|
|
-- ============================================
|
|
|
|
ALTER TABLE collection_stocks ADD COLUMN IF NOT EXISTS added_price DECIMAL(10,2);
|