another passer, 2 more to go
This commit is contained in:
@@ -15,8 +15,8 @@ use crate::table_script::handlers::dependency_analyzer::DependencyAnalyzer;
|
||||
const SYSTEM_COLUMNS: &[&str] = &["id", "deleted", "created_at"];
|
||||
|
||||
// Define prohibited data types for Steel scripts (boolean is explicitly allowed)
|
||||
const PROHIBITED_TYPES: &[&str] = &["BIGINT", "DATE", "TIMESTAMPTZ"];
|
||||
const MATH_PROHIBITED_TYPES: &[&str] = &["TEXT", "BOOLEAN"];
|
||||
const PROHIBITED_TYPES: &[&str] = &["DATE", "TIMESTAMPTZ"];
|
||||
const MATH_PROHIBITED_TYPES: &[&str] = &["BIGINT", "TEXT", "BOOLEAN"];
|
||||
|
||||
// Math operations that Steel Decimal will transform
|
||||
const MATH_OPERATIONS: &[&str] = &[
|
||||
|
||||
Reference in New Issue
Block a user