Method: Libsql::Table#sql

Defined in:
lib/libsql/table.rb

#sqlObject (readonly)

the original sql that was used to create this table



18
19
20
# File 'lib/libsql/table.rb', line 18

def sql
  @sql
end