unimportant

This commit is contained in:
Priec
2025-07-30 16:34:21 +02:00
parent 0011ba0c04
commit fe193f4f91
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ use sqlx::{PgPool, Transaction, Postgres};
use serde_json::json;
use common::proto::komp_ac::table_definition::{PostTableDefinitionRequest, TableDefinitionResponse};
// TODO CRITICAL add decimal with optional precision"
const PREDEFINED_FIELD_TYPES: &[(&str, &str)] = &[
("text", "TEXT"),
("string", "TEXT"),