TABL objects are defined in DDL in Eclipse, https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/abenddicddl_define_table.htm given ``` define table demo_blob_table { key name : abap.sstring(255) not null; picture : abap.rawstring(0); } ``` would the ddl file for this be named `demo_blob_table.tabl.acds` ?